Open fovea1959 opened 1 year ago
Thonny writes files by sending invisible Python statements to execute to the REPL. We shouldn't hard-crash, but given the size of the code files, I can see that we might run out of RAM in this case. However it should not hard-fault.
You can work around this for now by just using another editor or copying the files directly (as you may already know).
CircuitPython version
Code/REPL
Behavior
open code.py file from NeoTrinket. when I save file from Thonny, it throws a:
Thonny log ends with:
CircuitPython is throwing this to the console:
After this, the CircuitPython just does 3 yellow flashes over and over until reset.
Description
No response
Additional information
Problem does not exist with 7.3.3.
boot.py:
hid.gamepad.py: