Added webserver logic for the mqtt configuration
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user