This commit is contained in:
2026-02-24 18:20:07 +08:00
parent f5d8c90b12
commit f3cb27e168
551 changed files with 315143 additions and 6 deletions
+1 -1
View File
@@ -56,5 +56,5 @@ static void my_print(lv_log_level_t level, const char *buf)
void lv_log_to_esp_init()
{
lv_log_register_print_cb(my_print);
//lv_log_register_print_cb(my_print);
}