1
0
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:
dcuartielles
2013-05-16 15:26:17 +02:00
committed by Cristian Maglie
parent e5baff7372
commit b91e6308bd

View File

@ -63,7 +63,7 @@ void setup(){
Robot.text("Found track", 5, 19);
// run the rescue sequence a second time
rescueSequence();
Robot.text("Found obstacle", 5, 24);
Robot.text("Found obstacle", 5, 26);
// here you could go on ...