Skip to content

Commit

Permalink
reset propane bool on disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
1mckenna committed Aug 13, 2021
1 parent 5b8d60b commit dce5b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp32_iGrill.ino
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class MyClientCallback : public BLEClientCallbacks
iGrillAuthService = nullptr;
iGrillService = nullptr;
iGrillBattService = nullptr;

has_propane_sensor=false
deviceStr =""; //Reset the Device String used for MQTT publishing
iGrillMac=""; //Reset the iGrillMac String used for MQTT publishing
iGrillModel=""; //Reset the iGrillModel String used for MQTT publishing
Expand Down

0 comments on commit dce5b65

Please sign in to comment.