This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user