Update main.c disable program radio - do in rpitx.py instead

beta-v1.3.1-freq-p
Alan Johnston 2 years ago committed by GitHub
parent 7ed88f9775
commit ecb01928c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,9 +64,9 @@ int main(int argc, char * argv[]) {
printf("Config file /home/pi/CubeSatSim/sim.cfg contains %s %d %f %f %s %d %s %s\n",
call, reset_count, lat_file, long_file, sim_yes, squelch, tx, rx);
printf("==%s==%s==\n", tx, rx);
printf("Transmit on %s Receive on %s\n", tx, rx);
program_radio();
// program_radio(); // do in rpitx instead
reset_count = (reset_count + 1) % 0xffff;

Loading…
Cancel
Save

Powered by TurnKey Linux.