Update main.c extra )

beta-pl
Alan Johnston 2 years ago committed by GitHub
parent ab3abb67cf
commit 89b08b9a4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -325,7 +325,7 @@ int main(int argc, char * argv[]) {
} }
*/ */
config_file = fopen("sim.cfg", "w"); config_file = fopen("sim.cfg", "w");
fprintf(config_file, "%s %d %8.4f %8.4f %s %d %s %s %s %s %s", call, reset_count, lat_file, long_file, sim_yes, squelch, tx, rx, hab_yes, rx_pl, tx_pl)); fprintf(config_file, "%s %d %8.4f %8.4f %s %d %s %s %s %s %s", call, reset_count, lat_file, long_file, sim_yes, squelch, tx, rx, hab_yes, rx_pl, tx_pl);
// fprintf(config_file, "%s %d", call, reset_count); // fprintf(config_file, "%s %d", call, reset_count);
fclose(config_file); fclose(config_file);
config_file = fopen("sim.cfg", "r"); config_file = fopen("sim.cfg", "r");

Loading…
Cancel
Save

Powered by TurnKey Linux.