mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
fixed glitch with the screen when starting the process
This commit is contained in:
committed by
Cristian Maglie
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 ...
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user