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

@ -102,7 +102,7 @@ void setup() {
// otherwise, run CubeSatSim Pico code
Serial.println("CubeSatSim Pico v0.38 starting...\n");
Serial.println("CubeSatSim Pico v0.39 starting...\n");
/**/
if (check_for_wifi()) {
@ -200,7 +200,7 @@ void setup() {
// setup radio depending on mode
config_radio();
if ((mode == BPSK) || (mode = FSK)) // only start ISR if FSK or BPSK mode
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.