prompt for WiFi

pico-mitt
alanbjohnston 3 years ago committed by GitHub
parent 203e6df2f4
commit 1efafc13c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4331,7 +4331,7 @@ void serial_input() {
case 'w':
Serial.println(wifi);
Serial.println("Connect to WiFi");
// prompt = PROMPT_WIFI;
prompt = PROMPT_WIFI;
break;
default:
@ -4377,6 +4377,7 @@ void prompt_for_input() {
Serial.println("v Read INA219 voltage and current");
Serial.println("o Read diode temperature");
Serial.println("d Change debug mode\n");
Serial.println("w Connect to WiFi\n");
Serial.printf("Config file /sim.cfg contains %s %d %f %f %s\n\n", callsign, reset_count, lat_file, long_file, sim_yes);

Loading…
Cancel
Save

Powered by TurnKey Linux.