mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-09-28 21:17:33 +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}
|
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)
|
||||||
|
Reference in New Issue
Block a user