updated the webserver to properly use post

This commit is contained in:
2026-03-25 22:11:01 +01:00
parent 67f2baabbb
commit a2de9ab8d6
5 changed files with 82 additions and 32 deletions

View File

@@ -8,8 +8,6 @@ extern "C" {
extern char saved_ssid[33];
extern char saved_password[65];
void webserver_init(void);
#ifdef __cplusplus
}
#endif