diff options
| author | JF <jf@codingfield.com> | 2020-02-23 15:14:03 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-02-23 15:14:03 (GMT) |
| commit | f07ffab4c1fa876e8da9a1bcc895ecf0dfa75acf (patch) | |
| tree | ad7fc589d76988e1977d54926a8f776c4340b846 /src/CMakeLists.txt | |
| parent | 02772b996fb26146cf38fc6deccff7f43a49dfd6 (diff) | |
Re-enable BLE, BLE status on display and battery level on display.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index efbb386..3fb4dd6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -158,7 +158,7 @@ list(APPEND SOURCE_FILES DisplayApp/DisplayApp.cpp DisplayApp/Screens/Screen.cpp DisplayApp/Screens/Clock.cpp -# DisplayApp/Screens/Message.cpp + DisplayApp/Screens/Message.cpp DisplayApp/Screens/Tile.cpp # DisplayApp/Screens/Tab.cpp main.cpp @@ -189,7 +189,7 @@ set(INCLUDE_FILES DisplayApp/DisplayApp.h DisplayApp/Screens/Screen.h DisplayApp/Screens/Clock.h -# DisplayApp/Screens/Message.h + DisplayApp/Screens/Message.h DisplayApp/Screens/Tile.h # DisplayApp/Screens/Tab.h drivers/St7789.h |
