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