Skip to content

Commit

Permalink
Merge pull request #54 from pimlie/fix-dont-send-mqtt-status-twice
Browse files Browse the repository at this point in the history
fix: dont send mqtt status twice during single activity
  • Loading branch information
lanrat authored Sep 12, 2024
2 parents 3e231e2 + 35f3401 commit 1270318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mqtt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ void sendMQTTStatusTask(void *param)
void startMQTTStatusTask()
{
mqttWaiting = true;
mqttRun = true;
mqttRun = false;
mqttKill = false;

xTaskCreate(
Expand Down

0 comments on commit 1270318

Please sign in to comment.