remove E.setBootCode from bangle.js to free up space - you can write direct to storage instead, and writing to boot code would remove the bootloader anyway

This commit is contained in:
Gordon Williams 2025-11-14 15:56:23 +00:00
parent b565549495
commit ef51f1f37e

View File

@ -4,5 +4,6 @@
{"class":"E","name":"dumpTimers"},
{"class":"E","name":"enableWatchdog"},
{"class":"E","name":"getClock"},
{"class":"E","name":"setBootCode"},
{"class":"Pin","name":"writeAtTime"}
]