Both NL & CR prompt
This commit is contained in:
parent
cb43bd8e8e
commit
5d9f05980c
|
|
@ -308,6 +308,7 @@ void setup() {
|
|||
if (RF_STATUS==1){
|
||||
Serial.println("");
|
||||
Serial.println("'+++' then [Enter] for RF config mode");
|
||||
Serial.println("(Arduino IDE Serial Monitor: make sure 'Both NL & CR' is selected)");
|
||||
Serial.println("waiting 5s...");
|
||||
start = millis();
|
||||
while (millis() < (start + 5000)){
|
||||
|
|
|
|||
Loading…
Reference in New Issue