[LR11x0] Do not use yield in example

pull/1105/head
jgromes 2024-05-20 18:08:27 +02:00
rodzic 2b65070212
commit 020a2ce8df
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 ... "));