Changed communication speed to 115200 (better for debugging).

This commit is contained in:
2026-02-21 15:09:16 +01:00
parent e4e3a22924
commit c1bc52c5a3
3 changed files with 3 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ boolean motorsEnabled = 0;
void setup()
{
Serial.begin(9600);
Serial.begin(115200);
Serial.println("Starting...");
Log("Starting...");
makeComInterface();