set simhaptic baud to 9600

This commit is contained in:
Paul Dino Jones
2024-09-30 20:34:29 -04:00
parent d054f032fd
commit 32a15eff50
+1 -1
View File
@@ -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);