mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 10:27:34 +00:00
waiting on serial prevents the firmware from starting up on battery power
This commit is contained in:
@@ -12,7 +12,7 @@ namespace sta
|
||||
mutex_{mutex}
|
||||
{
|
||||
Serial.begin(baud);
|
||||
while (!Serial);
|
||||
//while (!Serial);
|
||||
}
|
||||
|
||||
void PrintableSerial::print(const char * str, size_t length)
|
||||
|
Reference in New Issue
Block a user