Initial Commit V2 (Used code from OBWB8m Data Parser)

This commit is contained in:
Jakob Oberbuchner
2025-08-16 12:59:01 -05:00
parent 24ba2f8c4d
commit 525fab207c
41 changed files with 17606 additions and 0 deletions

25
initializeHTTP.h Normal file
View 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