print sim_yes on config read

pull/251/head
alanbjohnston 3 years ago committed by GitHub
parent 729ba2331c
commit aae04ed991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -416,7 +416,7 @@ void read_config_file() {
// latitude = toAprsFormat(latitude);
// longitude = toAprsFormat(longitude);
// }
Serial.printf("sim_yes: %s", sim_yes);
if (strcmp(sim_yes, "yes") == 0) {
sim_mode = true;
Serial.println("Simulated telemetry mode set by config file");

Loading…
Cancel
Save

Powered by TurnKey Linux.