From b91e6308bdecb933a7e943ad5df515326e77f14c Mon Sep 17 00:00:00 2001 From: dcuartielles Date: Thu, 16 May 2013 15:26:17 +0200 Subject: [PATCH] fixed glitch with the screen when starting the process --- .../Robot_Control/examples/explore/R10_Rescue/R10_Rescue.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Robot_Control/examples/explore/R10_Rescue/R10_Rescue.ino b/libraries/Robot_Control/examples/explore/R10_Rescue/R10_Rescue.ino index 13c06d5f1..10e8e41ae 100644 --- a/libraries/Robot_Control/examples/explore/R10_Rescue/R10_Rescue.ino +++ b/libraries/Robot_Control/examples/explore/R10_Rescue/R10_Rescue.ino @@ -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 ...