Supress annoying GPIO logs
This commit is contained in:
parent
4a6246ba9a
commit
199194ef7c
@ -85,6 +85,8 @@ void display_driver_init()
|
|||||||
ESP_LOGE(TAG, "Error configuring segment pins: %04x", error);
|
ESP_LOGE(TAG, "Error configuring segment pins: %04x", error);
|
||||||
FATAL();
|
FATAL();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
(void)esp_log_level_set("gpio", ESP_LOG_WARN);
|
||||||
}
|
}
|
||||||
|
|
||||||
void display_driver_task(void *arg)
|
void display_driver_task(void *arg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user