[LR11x0] Do not use yield in example
This commit is contained in:
parent
2b65070212
commit
020a2ce8df
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ void setup() {
|
|||
|
||||
// prompt the user
|
||||
Serial.println(F("[LR1110] Send any character to start the update"));
|
||||
while(!Serial.available()) { yield(); }
|
||||
while(!Serial.available()) { delay(1); }
|
||||
|
||||
// upload update into LR11x0 non-volatile memory
|
||||
Serial.print(F("[LR1110] Updating firmware, this may take several seconds ... "));
|
||||
|
|
Loading…
Add table
Reference in a new issue