added software version to 'h' command

pico-v0.38 v0.38
alanbjohnston 3 years ago committed by GitHub
parent 76b268f670
commit 1dd83e1e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4456,7 +4456,7 @@ void prompt_for_input() {
Serial.println("d Change debug mode");
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);
Serial.printf("Software version v0.38 \nConfig file /sim.cfg contains %s %d %f %f %s\n\n", callsign, reset_count, lat_file, long_file, sim_yes);
switch(mode) {

Loading…
Cancel
Save

Powered by TurnKey Linux.