Skip to content

Commit b91e630

Browse files
dcuartiellescmaglie
dcuartielles
authored andcommitted
fixed glitch with the screen when starting the process
1 parent e5baff7 commit b91e630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Robot_Control/examples/explore/R10_Rescue/R10_Rescue.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void setup(){
6363
Robot.text("Found track", 5, 19);
6464
// run the rescue sequence a second time
6565
rescueSequence();
66-
Robot.text("Found obstacle", 5, 24);
66+
Robot.text("Found obstacle", 5, 26);
6767

6868
// here you could go on ...
6969

0 commit comments

Comments
 (0)