Skip to content

Commit

Permalink
Checks wifiConnectionMode.txt on bootup to determine last Network Man…
Browse files Browse the repository at this point in the history
…ager state (AP, Client Mode or Off) and sets current state

Added method comments
  • Loading branch information
erinharrington-12 committed Nov 25, 2024
1 parent d17b10f commit 3f6905b
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 21 deletions.
1 change: 1 addition & 0 deletions include/botui/NetworkManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class NetworkManager : public QObject, public Singleton<NetworkManager>
void requestScan();
void deactivateAP();
void getRaspberryPiType();
int getBootUpNetworkMode();


bool isOn() const;
Expand Down
Loading

0 comments on commit 3f6905b

Please sign in to comment.