These are currently just notes for my own use - but please feel free to contribute
Changes to OTA process:
Debug and implement FastOTA - if not fast enough consider external https push (update function registered on device, oakcli pushes to web, web calls function?)
Work out system updates on Particle end
Change to constant blink during update (might not need once FastOTA)
Change blink pattern for config mode to something unique (off 0.5 sec, blink 3 times, repeat) OR should it blink the system version number?
Changes to environment:
Ability to change between devices
Redirect cloud to serial port
Both web and GUI (via nw.js?) for serial monitor, debug functions
Changes to core:
Debug and implement cloud serial (with 1 event/second limit in mind)
Get delay to work without requiring use of Particle.delay()
Misc Fixes:
Fix hidden network bug
Find GPIO16 alternative - such as hold high during boot, check in initVariant() for it high and rebootToConfig()
The text was updated successfully, but these errors were encountered:
We are unable to convert the task to an issue at this time. Please try again.
The issue was successfully created but we are unable to update the comment at this time.
These are currently just notes for my own use - but please feel free to contribute
Changes to OTA process:
Changes to environment:
Both web and GUI (via nw.js?) for serial monitor, debug functionsChanges to core:
Misc Fixes:
The text was updated successfully, but these errors were encountered: