From 18093092f0bb4bebfe3184544ab784622289a557 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Thu, 16 Apr 2026 00:49:10 +0200 Subject: [PATCH] 38400 baud --- Gaugecontroller/Gaugecontroller.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) {