added sr_frs_present

pico-sr
alanbjohnston 3 years ago committed by GitHub
parent 6b7333add5
commit 7bdb921a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -381,6 +381,7 @@ RPI_PICO_Timer ITimer1(1);
bool timer0_on = false;
volatile int timer_counter;
bool filter_present = false; // BPF installation state for transmitter
bool sr_frs_present = false; // SR_FRS FM transmitter module state
char callsign[20];
int morse_timing = 60; // ms for a dit

Loading…
Cancel
Save

Powered by TurnKey Linux.