mirror of
https://github.com/sascha-hemi/esphome-ikea-led-matrix.git
synced 2026-03-21 00:04:09 +01:00
frekvens-panel.cpp: move "Displaying..." messages to debug level
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user