Browse Source

don't set MQTT topic to fixed value 'inverter'

pull/69/head
sude22 2 years ago
parent
commit
5775df5b36
  1. 2
      tools/esp8266/app.cpp

2
tools/esp8266/app.cpp

@ -130,8 +130,6 @@ void app::setup(uint32_t timeout) {
mMqttActive = true; mMqttActive = true;
if(mMqttInterval < 1) if(mMqttInterval < 1)
mMqttInterval = 10; mMqttInterval = 10;
snprintf(mqttTopic, MQTT_TOPIC_LEN, "inverter");
} }
else else
mMqttInterval = 0xffff; mMqttInterval = 0xffff;

Loading…
Cancel
Save