remove sim_yes printout

pull/253/head
alanbjohnston 3 years ago committed by GitHub
parent 0d3e5fc2a9
commit 3cf12da222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -418,7 +418,7 @@ void read_config_file() {
// latitude = toAprsFormat(latitude);
// longitude = toAprsFormat(longitude);
// }
Serial.printf("sim_yes: %s\n", sim_yes);
// Serial.printf("sim_yes: %s\n", sim_yes);
char yes_string[] = "yes";
// if (strcmp(sim_yes, yes_string) == 0) {
if (sim_yes[0] == 'y') {

Loading…
Cancel
Save

Powered by TurnKey Linux.