Initial Commit V2 (Used code from OBWB8m Data Parser)
This commit is contained in:
25
initializeHTTP.h
Normal file
25
initializeHTTP.h
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
//
|
||||
// This File was generated or modified by Jakob A. Oberbuchner's Generator/Intrepreter (2025)
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
#ifndef __initializeServerHTTP_GET_cpp
|
||||
#define __initializeServerHTTP_GET_cpp
|
||||
|
||||
#include <ESPAsyncWebServer.h>
|
||||
|
||||
#include <Update.h>
|
||||
|
||||
#include "Misc_Classes.hpp"
|
||||
|
||||
void initializeServerHTTP_GET(AsyncWebServer *server_);
|
||||
void initializeServerHTTP_POST(AsyncWebServer *server_, bool* requiresRestart);
|
||||
|
||||
bool parse_a_Updatehtml_FirmwareUpdater_POST (AsyncWebServerRequest *request);
|
||||
bool parse_a_Updatehtml_resetform_POST (AsyncWebServerRequest *request);
|
||||
bool parse_a_indexhtml_Config_POST (AsyncWebServerRequest *request);
|
||||
bool parse_a_Commandshtml_Execute_POST (AsyncWebServerRequest *request);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user