print config string when writing

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

@ -440,8 +440,8 @@ void write_config_file() {
strcpy(sim_yes, "no");
sprintf(buff, "%s %d %f %f %s", callsign, reset_count, latitude, longitude, sim_yes);
// Serial.println("Writing string");
if (debug_mode)
Serial.println("Writing string ");
// if (debug_mode)
print_string(buff);
config_file.write(buff, strlen(buff));

Loading…
Cancel
Save

Powered by TurnKey Linux.