Skip to content

Commit

Permalink
logger tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 7, 2023
1 parent 800cd0c commit 66d6957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BalboaGL/ESPBalboaGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void BalboaGL::update() {
// This will be called every "update_interval" milliseconds.
ESP_LOGV(TAG, "Update called.");
size_t len = this->spa->readSerial();
ESP_LOGV(TAG, "Read %u bytes", len);
ESP_LOGD(TAG, "Read %u bytes", len);
bool panelSelect = digitalRead(this->spa->getPanelSelectPin());
if(panelSelect == HIGH) {
ESP_LOGV(TAG, "PanelSelect == HIGH");
Expand Down

0 comments on commit 66d6957

Please sign in to comment.