BPSK blinking LED

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

@ -122,7 +122,7 @@ void loop() {
// delay(2000);
// test_radio();
if (mode == FSK) {
if ((mode == FSK) || (mode == BPSK)) {
digitalWrite(LED_BUILTIN, LOW);
digitalWrite(MAIN_LED_BLUE, LOW);

Loading…
Cancel
Save

Powered by TurnKey Linux.