diff --git a/src/arduino/simhaptic/simhaptic.ino b/src/arduino/simhaptic/simhaptic.ino index e7d6f4b..94ce4e3 100644 --- a/src/arduino/simhaptic/simhaptic.ino +++ b/src/arduino/simhaptic/simhaptic.ino @@ -22,7 +22,7 @@ int effect3 = 0; int effect4 = 0; void setup() { - Serial.begin(115200); + Serial.begin(9600); if (!AFMS.begin()) { Serial.println("Could not find Motor Shield. Check wiring."); while (1);