mirror of
				https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
				synced 2025-10-30 14:59:11 +01:00 
			
		
		
		
	Update test cases
This commit is contained in:
		| @@ -24,7 +24,7 @@ void loop() { | |||||||
|   } |   } | ||||||
|   delay(10); |   delay(10); | ||||||
|   //Completely off |   //Completely off | ||||||
|   dezibot.display.clear() |   dezibot.display.clear(); | ||||||
|   sleep(10); |   sleep(10); | ||||||
|   //Completely on |   //Completely on | ||||||
|   dezibot.display.invertColor(); |   dezibot.display.invertColor(); | ||||||
|   | |||||||
| @@ -44,4 +44,5 @@ void handle_receive(String &message) { | |||||||
| void loop() { | void loop() { | ||||||
|     /* Continuously send to consume power on TX */ |     /* Continuously send to consume power on TX */ | ||||||
|     dezibot.communication.sendMessage("Power Test Message"); |     dezibot.communication.sendMessage("Power Test Message"); | ||||||
|  |     sleep(2); | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user