Remove TODO as they are not needed anymore

This commit is contained in:
JF
2020-03-02 20:48:35 +01:00
parent 262336afa5
commit 43ffeb15d1

View File

@@ -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) {