diff --git a/examples/LR11x0/LR11x0_Firmware_Update/LR11x0_Firmware_Update.ino b/examples/LR11x0/LR11x0_Firmware_Update/LR11x0_Firmware_Update.ino index 43e7148f..97fbdaea 100644 --- a/examples/LR11x0/LR11x0_Firmware_Update/LR11x0_Firmware_Update.ino +++ b/examples/LR11x0/LR11x0_Firmware_Update/LR11x0_Firmware_Update.ino @@ -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 ... "));