Disable the internal webserver at build time.
This commit is contained in:
parent
9a10ef4886
commit
e4ceea33da
5 changed files with 30 additions and 2 deletions
2
stats.h
2
stats.h
|
|
@ -95,8 +95,10 @@ struct stats {
|
|||
// total messages:
|
||||
uint32_t messages_total;
|
||||
|
||||
#ifdef ENABLE_WEBSERVER
|
||||
// network:
|
||||
uint32_t http_requests;
|
||||
#endif
|
||||
|
||||
// CPR decoding:
|
||||
unsigned int cpr_surface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue