only start ISR if FSK or BPSK mode

pico-v0.39
alanbjohnston 3 years ago committed by GitHub
parent 1dd83e1e7f
commit d37e381d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -200,6 +200,7 @@ void setup() {
// setup radio depending on mode
config_radio();
if ((mode == BPSK) || (mode = FSK)) // only start ISR if FSK or BPSK mode
start_isr();
/// start_button_isr();

Loading…
Cancel
Save

Powered by TurnKey Linux.