mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
parent
cb14cd42dc
commit
b324f59c03
9 changed files with 124 additions and 7 deletions
|
|
@ -29,6 +29,8 @@ class Network {
|
|||
bool connectWiFi();
|
||||
bool connectWired();
|
||||
void setConnected(conn_types connType);
|
||||
bool getStrongestAP(const char *ssid, uint8_t *bssid, int32_t *channel);
|
||||
bool changeAP(const uint8_t *bssid, const int32_t channel);
|
||||
//int getStrengthByMac(const char *mac);
|
||||
int getStrengthBySSID(const char *ssid);
|
||||
void updateHostname();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue