don't prompt for wifi

pico-mitt
alanbjohnston 3 years ago committed by GitHub
parent 65b3045112
commit 4389feab79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4330,7 +4330,7 @@ void serial_input() {
case 'w': case 'w':
Serial.println("Connect to WiFi"); Serial.println("Connect to WiFi");
prompt = PROMPT_WIFI; // prompt = PROMPT_WIFI;
break; break;
default: default:

Loading…
Cancel
Save

Powered by TurnKey Linux.