waiting on serial prevents the firmware from starting up on battery power

This commit is contained in:
ArgonStorm 2024-06-02 18:31:40 +02:00
parent 0e1ffca5be
commit 1d8e05aa24

View File

@ -12,7 +12,7 @@ namespace sta
mutex_{mutex} mutex_{mutex}
{ {
Serial.begin(baud); Serial.begin(baud);
while (!Serial); //while (!Serial);
} }
void PrintableSerial::print(const char * str, size_t length) void PrintableSerial::print(const char * str, size_t length)