mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
0.8.45
* start implementing a wizard for initial (WiFi) configuration #1199
This commit is contained in:
parent
617cf0a92a
commit
5ca26895a1
9 changed files with 158 additions and 9 deletions
12
src/app.h
12
src/app.h
|
@ -150,6 +150,18 @@ class app : public IApp, public ah::Scheduler {
|
|||
return mWifi.getAvailNetworks(obj);
|
||||
}
|
||||
|
||||
void setupStation(void) {
|
||||
mWifi.setupStation();
|
||||
}
|
||||
|
||||
void setStopApAllowedMode(bool allowed) {
|
||||
mWifi.setStopApAllowedMode(allowed);
|
||||
}
|
||||
|
||||
String getStationIp(void) {
|
||||
return mWifi.getStationIp();
|
||||
}
|
||||
|
||||
#endif /* !defined(ETHERNET) */
|
||||
|
||||
void setRebootFlag() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue