summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--digital/io-hub/src/robospierre/bot.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/digital/io-hub/src/robospierre/bot.h b/digital/io-hub/src/robospierre/bot.h
index 7e773032..661ba584 100644
--- a/digital/io-hub/src/robospierre/bot.h
+++ b/digital/io-hub/src/robospierre/bot.h
@@ -54,7 +54,11 @@
#define BOT_PAWN_TAKING_DISTANCE_MM 150
/** Speed used for initialisation. */
-#define BOT_SPEED_INIT 0x10, 0x10, 0x10, 0x10
+#ifdef HOST
+# define BOT_SPEED_INIT 0x20, 0x20, 0x20, 0x20
+#else
+# define BOT_SPEED_INIT 0x10, 0x10, 0x10, 0x10
+#endif
/** Normal cruise speed. */
#define BOT_SPEED_NORMAL 0x40, 0x40, 0x20, 0x20