Skip to content

Commit

Permalink
Merge pull request lumapu#69 from sude22/sude22/fix67_MQTT_topic
Browse files Browse the repository at this point in the history
don't set MQTT topic to fixed value 'inverter'
  • Loading branch information
lumapu authored Jun 10, 2022
2 parents 9ec93f4 + 5775df5 commit 396dfac
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 396dfac

Please sign in to comment.