Ajout stockage EEPROM
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
#include "thermostat.h"
|
||||
#include <ArduinoJson.h>
|
||||
|
||||
String mqtt_device_id = "thermo1";
|
||||
String mqtt_temp_topic = "home/room/temperature/thermo1";
|
||||
// Variables now defined in web_config.cpp
|
||||
|
||||
void setup_mqtt(PubSubClient& client) {
|
||||
// Setup MQTT connection, subscribe to temp topic
|
||||
|
||||
Reference in New Issue
Block a user