Implement forgetting WiFi APs (#116)

.. and fix the simulator build
This commit is contained in:
Ken Van Hoeylandt
2024-12-09 23:37:21 +01:00
committed by GitHub
parent 80245e08fa
commit 103588948f
8 changed files with 166 additions and 80 deletions
@@ -16,11 +16,11 @@ bool load(const char* ssid, WifiApSettings* settings) {
}
bool save(const WifiApSettings* settings) {
return false;
return true;
}
bool remove(const char* ssid) {
return false;
return true;
}
} // namespace