Skip to content

Commit

Permalink
debug raw
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 7, 2023
1 parent 573c154 commit ede1bc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/BalboaGL/ESPBalboaGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void BalboaGL::update() {
return;
}
else {
ESP_LOGD(TAG, "PanelSelect == LOw");
ESP_LOGD(TAG, "PanelSelect == LOW");
}

ESP_LOGD(TAG, "Current Temp: %f", status.temp);
Expand Down Expand Up @@ -78,6 +78,7 @@ void BalboaGL::update() {

static String lastRaw = "0";
// if(status.rawData != lastRaw) {
ESP_LOGD(TAG, "Raw: %f", status.rawData.c_str());
lastRaw = status.rawData;
this->publish_state();
// }
Expand Down

0 comments on commit ede1bc1

Please sign in to comment.