mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 07:26:38 +02:00
don't set MQTT topic to fixed value 'inverter'
This commit is contained in:
parent
9ec93f4647
commit
5775df5b36
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue