Use custom logging function again

This commit is contained in:
fvanroie 2021-03-16 00:52:52 +01:00
parent 74a1c34f90
commit dfb3c13238

View File

@ -102,7 +102,7 @@ void guiSetup(void)
{
// Register logger to capture lvgl_init output
LOG_TRACE(TAG_LVGL, F(D_SERVICE_STARTING));
#if LV_USE_LOG != 0 && defined(ARDUINO)
#if LV_USE_LOG != 0
lv_log_register_print_cb(debugLvglLogEvent);
#endif