Switched to queues for webserver
Test project compilation / test (push) Successful in 3m44s

This commit is contained in:
2026-03-30 18:34:14 +02:00
parent 752cd86234
commit f1d9abc4c7
7 changed files with 231 additions and 24 deletions
+2 -1
View File
@@ -1,6 +1,5 @@
#ifndef ASYNC_WEBSERVER_H
#define ASYNC_WEBSERVER_H
#endif // ASYNC_WEBSERVER_H
#include <ESPAsyncWebServer.h>
#include <LittleFS.h>
@@ -13,3 +12,5 @@ void webserver_task(void *pvParameters);
void handle_update_wifi_credentials(AsyncWebServerRequest* request);
void handle_update_sensor_settings(AsyncWebServerRequest* request);
#endif // ASYNC_WEBSERVER_H