mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-19 11:01:46 +02:00
Update test cases
This commit is contained in:
parent
d1dd3a533f
commit
8a2e27f6f7
@ -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);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user