frekvens-panel.cpp: move "Displaying..." messages to debug level

This commit is contained in:
Stéphane Lepin
2022-08-13 17:54:35 +02:00
committed by GitHub
parent 2cb13ba001
commit 02abe522f2

View File

@@ -25,7 +25,7 @@ size_t Panel::get_buffer_length_() {
void HOT Panel::display() {
uint8_t x, y, cell;
ESP_LOGI(TAG, "Displaying...");
ESP_LOGD(TAG, "Displaying...");
this->panel->clear();
for (x = 0; x < this->get_width_internal(); x++) {