diff --git a/main/main.c b/main/main.c index ecda9a1..8ed923e 100644 --- a/main/main.c +++ b/main/main.c @@ -1,9 +1,9 @@ #include #include #include - #include "webguiapp.h" + int HTTPPrintCustom(httpd_req_t *req, char *buf, char *var, int arg); HTTP_IO_RESULT AfterPostHandlerCustom(httpd_req_t *req, const char *filename, char *PostData); void UserMQTTEventHndlr(int idx, void *handler_args, esp_event_base_t base, int32_t event_id, void *event_data);