Skip to content

Commit

Permalink
logger tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Nov 5, 2023
1 parent e2a93cf commit c398943
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/BalboaGL/ESPBalboaGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ void BalboaGL::check_logger_conflict_() {
}

void BalboaGL::loop() {
// This will be called every "update_interval" milliseconds.
// ESP_LOGV(TAG, "Loop called.");
int sanity = 0;
do {
Expand All @@ -75,7 +74,7 @@ void BalboaGL::loop() {
sanity++;
}
while((status.commandQueue > 0) && (sanity < 10));

ESP_LOGD(TAG, "q:%u s:%u", status.commandQueue, sanity);
}

void BalboaGL::setup() {
Expand Down

0 comments on commit c398943

Please sign in to comment.