You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have migrate one project (Teensy 4.0) from Arduino IDE to PlatformIO.
I am able to compile it and it works perfectly but the Serial.print or printf("\n") don't work.
I found out that it happens after the call of lv_init()
Before this call Serial.println... works
Thank you in advance
The text was updated successfully, but these errors were encountered:
I have migrate one project (Teensy 4.0) from Arduino IDE to PlatformIO.
I am able to compile it and it works perfectly but the Serial.print or printf("\n") don't work.
I found out that it happens after the call of lv_init()
Before this call Serial.println... works
Thank you in advance
The text was updated successfully, but these errors were encountered: