summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 32ceb843..3b08efdc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -79,12 +79,10 @@ void DebounceTimerCallback(TimerHandle_t xTimer) {
void OnBleConnection() {
bleController.Connect();
- // TODO Notify system/Display app
}
void OnBleDisconnection() {
bleController.Disconnect();
- // TODO Notify system/Display app
}
void OnNewTime(current_time_char_t* currentTime) {