diff --git a/Gaugecontroller/Gaugecontroller.ino b/Gaugecontroller/Gaugecontroller.ino index 6a2f804..1fd177f 100644 --- a/Gaugecontroller/Gaugecontroller.ino +++ b/Gaugecontroller/Gaugecontroller.ino @@ -763,7 +763,7 @@ void readCommands() { } void setup() { - DEBUG_PORT.begin(115200); + DEBUG_PORT.begin(38400); DEBUG_PORT.println("Gauge controller booting"); for (uint8_t i = 0; i < GAUGE_COUNT; i++) {