mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-09 23:16:38 +02:00
added wifi scan to setup
fixed issues on index.html
This commit is contained in:
parent
8b8deded9a
commit
dbbfe25a44
10 changed files with 91 additions and 17 deletions
|
@ -68,6 +68,7 @@ class app {
|
|||
void saveValues(void);
|
||||
void resetPayload(Inverter<>* iv);
|
||||
bool getWifiApActive(void);
|
||||
void getAvailNetworks(JsonObject obj);
|
||||
|
||||
uint8_t getIrqPin(void) {
|
||||
return mConfig.pinIrq;
|
||||
|
@ -171,7 +172,6 @@ class app {
|
|||
inline bool getSettingsValid(void) { return mSettingsValid; }
|
||||
inline bool getRebootRequestState(void) { return mShowRebootRequest; }
|
||||
|
||||
|
||||
HmSystemType *mSys;
|
||||
bool mShouldReboot;
|
||||
bool mFlagSendDiscoveryConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue