mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
fixed glitch with the screen when starting the process
This commit is contained in:
parent
e5baff7372
commit
b91e6308bd
@ -63,7 +63,7 @@ void setup(){
|
|||||||
Robot.text("Found track", 5, 19);
|
Robot.text("Found track", 5, 19);
|
||||||
// run the rescue sequence a second time
|
// run the rescue sequence a second time
|
||||||
rescueSequence();
|
rescueSequence();
|
||||||
Robot.text("Found obstacle", 5, 24);
|
Robot.text("Found obstacle", 5, 26);
|
||||||
|
|
||||||
// here you could go on ...
|
// here you could go on ...
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user