Encapsulate Notification management in NotificationManager. It implement a static array of notifications to avoid dynamic allocation.
This commit is contained in:
parent
68240704c7
commit
baca0fc3e5
13 changed files with 105 additions and 116 deletions
|
|
@ -223,6 +223,7 @@ list(APPEND SOURCE_FILES
|
|||
BLE/BleManager.c
|
||||
Components/Battery/BatteryController.cpp
|
||||
Components/Ble/BleController.cpp
|
||||
Components/Ble/NotificationManager.cpp
|
||||
Components/DateTime/DateTimeController.cpp
|
||||
Components/Brightness/BrightnessController.cpp
|
||||
drivers/Cst816s.cpp
|
||||
|
|
@ -264,6 +265,7 @@ set(INCLUDE_FILES
|
|||
BLE/BleManager.h
|
||||
Components/Battery/BatteryController.h
|
||||
Components/Ble/BleController.h
|
||||
Components/Ble/NotificationManager.h
|
||||
Components/DateTime/DateTimeController.h
|
||||
Components/Brightness/BrightnessController.h
|
||||
drivers/Cst816s.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue