While building the Ocreeb 12 I did encounter an issue with the Peg firmware: the USB drive is not disabled when the keyboard is plugged in without any buttons pressed.
The issue seems that this method is not defined, causing the boot.py to crash and never reach the code to disable the USB drive
|
supervisor.set_next_stack_limit(4096 + 4096) |
I did remove this line for me and it solved the issue, everything works as expected (only mounted when top right button is pressed), but I'm not sure what the implications of removing this line are.
Just wanted to document the issue :)
While building the Ocreeb 12 I did encounter an issue with the Peg firmware: the USB drive is not disabled when the keyboard is plugged in without any buttons pressed.
The issue seems that this method is not defined, causing the
boot.pyto crash and never reach the code to disable the USB driveocreeb-12/Peg/Firmware/boot.py
Line 11 in dfa3336
I did remove this line for me and it solved the issue, everything works as expected (only mounted when top right button is pressed), but I'm not sure what the implications of removing this line are.
Just wanted to document the issue :)