Added webserver logic for the mqtt configuration

This commit is contained in:
2026-03-25 23:10:29 +01:00
parent 2a587ad106
commit 12d6d0b1e7
5 changed files with 82 additions and 22 deletions

View File

@@ -7,6 +7,11 @@ extern "C" {
extern char saved_ssid[33];
extern char saved_password[65];
extern char saved_mqtt_address[65];
extern char saved_mqtt_user[33];
extern char saved_mqtt_password[65];
extern int saved_measure_frequency;
extern int saved_post_frequency;
#ifdef __cplusplus
}