edit wifi networks in webui (upstream #1743 by osteotek)
This commit is contained in:
@@ -114,4 +114,9 @@ class CrossPointWebServer {
|
||||
void handleGetOpdsServers() const;
|
||||
void handlePostOpdsServer();
|
||||
void handleDeleteOpdsServer();
|
||||
|
||||
// Wi-Fi credential handlers
|
||||
void handleGetWifiNetworks() const;
|
||||
void handlePostWifiNetwork();
|
||||
void handleDeleteWifiNetwork();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user