Skip to content

Commit

Permalink
Log level tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 7, 2023
1 parent 1f4f3b3 commit c5531d0
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 @@ -38,7 +38,7 @@ void BalboaGL::check_logger_conflict_() {

void BalboaGL::update() {
// This will be called every "update_interval" milliseconds.
ESP_LOGI(TAG, "Update called.");
ESP_LOGV(TAG, "Update called.");
size_t len = this->spa->readSerial();
ESP_LOGV(TAG, "Read %u bytes", len);
bool panelSelect = digitalRead(this->spa->getPanelSelectPin());
Expand Down

0 comments on commit c5531d0

Please sign in to comment.