| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
during discovery)
|
|
|
|
Handle all GAP events.
|
|
Advertising is working.
|
|
static array of notifications to avoid dynamic allocation.
|
|
Work In Progress!!!
|
|
version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...).
|
|
|
|
refresh. This makes the transition from one screen the another one smoother, even if the refresh rate is slow.
|
|
This fixes an issue that would prevent the firmware from running correctly after a full reset or after the flashing of the firmware.
Before this fix, ble_manager_init_peer_manager() was called before the scheduler, which trigged an assert in an IRQ routine.
|
|
|
|
|
|
than 7s.
|
|
|
|
Refactor SystemTask in its own class.
Refactor Screen to be able to close current screen and open a new one.
Re-enable sleep/wake up and propagate button event to Screens.
|