Skip to content

Commit

Permalink
Make MQTT sensor update logic more defensive
Browse files Browse the repository at this point in the history
Speculative change for MQTT update problems described in issue rbroker#24.

Logic is changed to try to re-establish connection inside a sensor publish if we detect it's been lost.
  • Loading branch information
rbroker committed Mar 15, 2024
1 parent 35ff9cb commit cef6ce2
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 112 deletions.
2 changes: 1 addition & 1 deletion ecodan-ha-local/ehal_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace ehal

String get_software_version()
{
return FPSTR("v0.1.9");
return FPSTR("v0.1.10");
}

} // namespace ehal
Loading

0 comments on commit cef6ce2

Please sign in to comment.