Skip to content

Commit

Permalink
don't set MQTT topic to fixed value 'inverter'
Browse files Browse the repository at this point in the history
  • Loading branch information
sude22 committed Jun 10, 2022
1 parent 9ec93f4 commit 5775df5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/esp8266/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ void app::setup(uint32_t timeout) {
mMqttActive = true;
if(mMqttInterval < 1)
mMqttInterval = 10;

snprintf(mqttTopic, MQTT_TOPIC_LEN, "inverter");
}
else
mMqttInterval = 0xffff;
Expand Down

0 comments on commit 5775df5

Please sign in to comment.