38400 baud

This commit is contained in:
2026-04-16 00:49:10 +02:00
parent 358ddcaeb5
commit 18093092f0

View File

@@ -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++) {