Update cubesatsim.ino

pull/169/head
alanbjohnston 4 years ago committed by GitHub
parent 4c67d95bf5
commit fdb5a0ea61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -173,7 +173,8 @@ void transmit_off() {
if ((mode == AFSK) || (mode == FSK))
digitalWrite(PTT_PIN, HIGH);
else if (mode == BPSK) {
pwm_set_gpio_level(BPSK_PWM_PIN, 0);
pwm_set_gpio_level(BPSK_PWM_A_PIN, 0);
pwm_set_gpio_level(BPSK_PWM_B_PIN, 0);
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.