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'm experiencing a problem with the prebuilt firmware, and due to computer limitations I cannot build it myself. I've noticed whenever I attempt to upload either any example code listed or a small snippet of code simply starting LVGL and the watch that it will crash exactly every other time, and serial communication will be impossible. Thonny crashes with this error message. I was unable to find anything about this error message online, except for one in German about the Raspberry Pi Pico.
After this message, the code will run locally, but serial messages sent to or from the device will not work. Attempting to send serial data back to Thonny will result in the same error. Running code again from Thonny will result in a crash and reboot with no code running on the device. (Hence, "works every other time")
Crash message the second time:
Followed immediately by a reboot.
This has been tested uploaded to the ESP32 by multiple computers running different instances of Thonny, to the same result.
(Tested: MacOS and Windows)
I'm experiencing a problem with the prebuilt firmware, and due to computer limitations I cannot build it myself. I've noticed whenever I attempt to upload either any example code listed or a small snippet of code simply starting LVGL and the watch that it will crash exactly every other time, and serial communication will be impossible. Thonny crashes with this error message. I was unable to find anything about this error message online, except for one in German about the Raspberry Pi Pico.
After this message, the code will run locally, but serial messages sent to or from the device will not work. Attempting to send serial data back to Thonny will result in the same error. Running code again from Thonny will result in a crash and reboot with no code running on the device. (Hence, "works every other time")
Crash message the second time:
Followed immediately by a reboot.
This has been tested uploaded to the ESP32 by multiple computers running different instances of Thonny, to the same result.
(Tested: MacOS and Windows)
Code snippet used:
Other scripts not using LVGL or TTGO do not experience this problem, and work fine.
The text was updated successfully, but these errors were encountered: