We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c3746 commit 6e4b0acCopy full SHA for 6e4b0ac
libraries/SBU/examples/SBU_LoadBinary/SBU_LoadBinary.ino
@@ -18,6 +18,7 @@ bool update_available = false;
18
19
void setup() {
20
Serial.begin(9600);
21
+ while(!Serial) { }
22
23
unsigned long const start = millis();
24
for(unsigned long now = millis(); !Serial && ((now - start) < 5000); now = millis()) { };
0 commit comments