This is boot.py with printing from a thread. print('boot.py') from utime import sleep_ms from _thread import start_new_thread n = 0 print('n', n) sleep_ms(1000) def ...
When I launch Thonny, it is throwing up a huge window with a traceback in a massive font which is unreadable as it wraps every line 8 times, and the lines continue off the bottom of the screen. I am ...