mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Remove old method to disable webserver to save flash
This commit is contained in:
parent
e11843e4a0
commit
79964a0601
3 changed files with 5 additions and 16 deletions
|
@ -23,9 +23,6 @@
|
|||
extern std::string http_username;
|
||||
extern std::string http_password;
|
||||
|
||||
bool webserver_enabled =
|
||||
true; // Global flag to enable or disable the webserver //Old method to disable was with #ifdef WEBSERVER
|
||||
|
||||
bool webserver_auth = false;
|
||||
|
||||
// Create AsyncWebServer object on port 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue