Extended the sebsocket's capabilities. And moved a lot of html strings to PROGMEM to free up some RAM.

This commit is contained in:
2019-10-23 12:34:46 +02:00
parent 141210a370
commit 029c93166d
2 changed files with 170 additions and 153 deletions

View File

@ -10,6 +10,7 @@
extern AsyncWebServer http_server;
extern File upload_file;
extern uint32_t monitor_client;
void http_server_setup();
void http_server_send_framedata();