21 lines
405 B
C
21 lines
405 B
C
//
|
|
//
|
|
// This File was generated or modified by Jakob A. Oberbuchner's Generator/Intrepreter (2025)
|
|
//
|
|
//
|
|
|
|
#ifndef _HTMLFORMCONVERTER
|
|
#define _HTMLFORMCONVERTER
|
|
|
|
#include <WString.h>
|
|
#include <HardwareSerial.h>
|
|
#include "STM32 Shared Structs/config.h"
|
|
|
|
|
|
void Config_ParseFromHTML(const String argName, const String arg, config_t* structure);
|
|
|
|
String Config_ParseToHTML( config_t* structure );
|
|
|
|
|
|
#endif
|