mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Make battery settings editable at runtime
This commit is contained in:
parent
b99d70dc88
commit
cb8eea214c
4 changed files with 217 additions and 63 deletions
|
@ -33,6 +33,7 @@ extern const char* ssid;
|
|||
extern const char* password;
|
||||
extern const char* ssidAP;
|
||||
extern const char* passwordAP;
|
||||
extern const char* versionNumber;
|
||||
|
||||
/**
|
||||
* @brief Initialization function for the webserver.
|
||||
|
@ -80,6 +81,15 @@ void init_ElegantOTA();
|
|||
*/
|
||||
String processor(const String& var);
|
||||
|
||||
/**
|
||||
* @brief Replaces placeholder with content section in web page
|
||||
*
|
||||
* @param[in] var
|
||||
*
|
||||
* @return String
|
||||
*/
|
||||
String settings_processor(const String& var);
|
||||
|
||||
/**
|
||||
* @brief Executes on OTA start
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue