Merge pull request #1531 from dalathegreat/bugfix/reduce-flash

Improvement: Reduce flash usage
This commit is contained in:
Daniel Öster 2025-09-22 14:53:54 +03:00 committed by GitHub
commit 20b6ea5e85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 52 additions and 85 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