Remove TODO as they are not needed anymore
This commit is contained in:
		
							parent
							
								
									262336afa5
								
							
						
					
					
						commit
						43ffeb15d1
					
				@ -79,12 +79,10 @@ void DebounceTimerCallback(TimerHandle_t xTimer) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void OnBleConnection() {
 | 
					void OnBleConnection() {
 | 
				
			||||||
  bleController.Connect();
 | 
					  bleController.Connect();
 | 
				
			||||||
  // TODO Notify system/Display app
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void OnBleDisconnection() {
 | 
					void OnBleDisconnection() {
 | 
				
			||||||
  bleController.Disconnect();
 | 
					  bleController.Disconnect();
 | 
				
			||||||
  // TODO Notify system/Display app
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void OnNewTime(current_time_char_t* currentTime) {
 | 
					void OnNewTime(current_time_char_t* currentTime) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user