From 43ffeb15d135dfb09699544031c0b975cee2489a Mon Sep 17 00:00:00 2001 From: JF Date: Mon, 2 Mar 2020 20:48:35 +0100 Subject: [PATCH] Remove TODO as they are not needed anymore --- src/main.cpp | 2 -- 1 file changed, 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) {