summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-03-02 20:48:35 +0100
committerJF <jf@codingfield.com>2020-03-02 20:48:35 +0100
commit43ffeb15d135dfb09699544031c0b975cee2489a (patch)
tree1fcdcfdf45967f8890dfa4d318194cfd155663a4 /src/main.cpp
parent262336afa506da7032e8c0fbed9bc04ef979ea83 (diff)
Remove TODO as they are not needed anymore
Diffstat (limited to 'src/main.cpp')
-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) {