Implement some commands

This commit is contained in:
Lorow
2024-11-10 17:48:21 +01:00
parent edce9e6ce4
commit 9fb7e53824
5 changed files with 113 additions and 8 deletions

View File

@@ -131,6 +131,9 @@ public:
uint8_t power,
bool adhoc,
bool shouldNotify);
void deleteWifiConfig(const std::string &networkName, bool shouldNotify);
void setAPWifiConfig(const std::string &ssid,
const std::string &password,
uint8_t channel,
@@ -138,8 +141,6 @@ public:
bool shouldNotify);
void setWiFiTxPower(uint8_t power, bool shouldNotify);
void deleteWifiConfig(const std::string &networkName, bool shouldNotify);
private:
TrackerConfig_t config;
std::string _name;