Skip to content

Commit

Permalink
Pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabooman committed Feb 2, 2024
1 parent 8f00633 commit 27584ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/src/battery/NISSAN-LEAF-BATTERY.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ uint16_t Temp_fromRAW_to_F(uint16_t temperature) { //This function feels horrib
void publish_data(void) {

// At startup, re-post the discovery message for home assistant
if(mqtt_first_transmission == true) {
if (mqtt_first_transmission == true) {
mqtt_first_transmission = false;

// Base topic for any cell voltage "sensor"
Expand Down

0 comments on commit 27584ec

Please sign in to comment.