Remove old method to disable webserver to save flash

This commit is contained in:
Daniel Öster 2025-09-16 14:44:30 +03:00
parent e11843e4a0
commit 79964a0601
3 changed files with 5 additions and 16 deletions

View file

@ -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