print wifi variable

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

@ -4535,6 +4535,7 @@ void prompt_for_input() {
break; break;
case PROMPT_WIFI: case PROMPT_WIFI:
Serial.println(wifi);
if (wifi) { if (wifi) {
char ssid[30], pass[30]; char ssid[30], pass[30];
Serial.println("Enter the credentials for your WiFi network"); Serial.println("Enter the credentials for your WiFi network");

Loading…
Cancel
Save

Powered by TurnKey Linux.