jstevensog/wixel-sdk

Need flash stored flag to indicate HM-1x has been set up.

jstevensog opened this issue · 0 comments

Currently, every time the dexbridge is powered on, it sets up the HM-1x with a name and some other parameters, then restarts it. This takes significant time, and only really needs to be done once.
Add a Byte that can be stored in flash. This will be used to indicate (bit 0 = 1) that the HM-1x needs to be configured, and will be saved to flash (bit 0 = 1) when it has been.
This will make start up time much faster. Byte can also be used for other uses (turn LEDs on for diagnostics?), but the Beacon packet will need to change to include it.