mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-04 03:31:42 +02:00
* webinterface refactored completely
This commit is contained in:
parent
3c8a4c49a1
commit
74f053a5ae
12 changed files with 481 additions and 137 deletions
|
@ -33,6 +33,12 @@ class web {
|
|||
void showSetup(void);
|
||||
void showSave(void);
|
||||
|
||||
void showStatistics(void);
|
||||
void showVisualization(void);
|
||||
void showLiveData(void);
|
||||
void showJson(void);
|
||||
void showWebApi(void);
|
||||
|
||||
private:
|
||||
ESP8266WebServer *mWeb;
|
||||
ESP8266HTTPUpdateServer *mUpdater;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue