38400 baud
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user