Closed LucidOne closed 11 years ago
Patch to update device state to values stored in flash.
State init code moved from main() to flashstorage_keyval_update() and now gets run at startup and after KEYVALSET
main()
flashstorage_keyval_update()
This is great thanks, cleans up main a lot too.
Patch to update device state to values stored in flash.
State init code moved from
main()
toflashstorage_keyval_update()
and now gets run at startup and after KEYVALSET