write after reading config file

pull/183/head
alanbjohnston 3 years ago committed by GitHub
parent 172c6e0ba2
commit a6d541b01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -395,6 +395,8 @@ void read_config_file() {
sim_mode = true;
config_file.close();
write_config_file();
}
void write_config_file() {
@ -419,7 +421,6 @@ void write_config_file() {
}
void send_aprs_packet() {
// encode telemetry
get_tlm_ao7();

Loading…
Cancel
Save

Powered by TurnKey Linux.