edit wifi networks in webui (upstream #1743 by osteotek)

This commit is contained in:
jpirnay
2026-04-25 12:10:38 +02:00
parent 7f6cb65344
commit c1e51ac8a2
4 changed files with 281 additions and 4 deletions
+5
View File
@@ -114,4 +114,9 @@ class CrossPointWebServer {
void handleGetOpdsServers() const;
void handlePostOpdsServer();
void handleDeleteOpdsServer();
// Wi-Fi credential handlers
void handleGetWifiNetworks() const;
void handlePostWifiNetwork();
void handleDeleteWifiNetwork();
};