mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-10 16:55:58 +00:00
waiting on serial prevents the firmware from starting up on battery power
This commit is contained in:
parent
0e1ffca5be
commit
1d8e05aa24
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user