26 lines
711 B
C
26 lines
711 B
C
|
|
//
|
||
|
|
//
|
||
|
|
// 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
|