firmware/lib/BluetoothOTA/src
Girts Folkmanis daf8594b99 Screen cleanups and refactoring
Work towards separating out how Screen interacts with other stuff.
* `Screen` should now be thread-safe. All commands to it are put in a
  queue and handled in `doTask` from the `loop()` task.
* Break dependency from `BluetoothUtil` to `Screen` by changing the
  pairing request into a callback.
* All accesses to screen now happen through the class.
* Fix `drawRows` so that the text scrolls along with frame animations.
* Remove example code that wasn't used.
2020-03-18 18:11:35 -07:00
..
BluetoothSoftwareUpdate.cpp Refactor to make some real design docs 2020-03-05 18:39:24 -08:00
BluetoothSoftwareUpdate.h expose standard ble sw/hw version characteristics from the updater 2020-02-24 10:24:21 -08:00
BluetoothUtil.cpp Screen cleanups and refactoring 2020-03-18 18:11:35 -07:00
BluetoothUtil.h Screen cleanups and refactoring 2020-03-18 18:11:35 -07:00
CallbackCharacteristic.h WIP make swupdate keep power on 2020-02-23 11:37:38 -08:00
SimpleAllocator.cpp BT sleep leak now down to about 200 bytes 2020-02-23 18:09:40 -08:00
SimpleAllocator.h still leaking in the BT stack but better 2020-02-23 13:54:40 -08:00