1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

intermediate: prepare ota upload

This commit is contained in:
wellenvogel
2021-12-14 13:14:36 +01:00
parent b591c7ff12
commit 8b9fabe9e4
4 changed files with 148 additions and 1 deletions

View File

@@ -15,5 +15,6 @@ class GwWebServer{
void begin();
bool registerMainHandler(const char *url,RequestCreator creator);
void handleAsyncWebRequest(AsyncWebServerRequest *request, GwRequestMessage *msg);
AsyncWebServer * getServer(){return server;}
};
#endif