mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
Pre-commit
This commit is contained in:
parent
8f00633563
commit
27584eca9f
1 changed files with 1 additions and 1 deletions
|
@ -936,7 +936,7 @@ uint16_t Temp_fromRAW_to_F(uint16_t temperature) { //This function feels horrib
|
||||||
void publish_data(void) {
|
void publish_data(void) {
|
||||||
|
|
||||||
// At startup, re-post the discovery message for home assistant
|
// At startup, re-post the discovery message for home assistant
|
||||||
if(mqtt_first_transmission == true) {
|
if (mqtt_first_transmission == true) {
|
||||||
mqtt_first_transmission = false;
|
mqtt_first_transmission = false;
|
||||||
|
|
||||||
// Base topic for any cell voltage "sensor"
|
// Base topic for any cell voltage "sensor"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue