mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 21:56:35 +00:00
Use custom logging function again
This commit is contained in:
parent
74a1c34f90
commit
dfb3c13238
@ -102,7 +102,7 @@ void guiSetup(void)
|
|||||||
{
|
{
|
||||||
// Register logger to capture lvgl_init output
|
// Register logger to capture lvgl_init output
|
||||||
LOG_TRACE(TAG_LVGL, F(D_SERVICE_STARTING));
|
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);
|
lv_log_register_print_cb(debugLvglLogEvent);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user