pico-button-loop
alanbjohnston 3 years ago committed by GitHub
parent 44aa328fc2
commit e76da41908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,7 +83,7 @@ void setup() {
read_mode(); read_mode();
mode = BPSK; // force to BPSK // mode = BPSK; // force to BPSK
new_mode = mode; new_mode = mode;
@ -94,7 +94,7 @@ void setup() {
// otherwise, run CubeSatSim Pico code // otherwise, run CubeSatSim Pico code
Serial.println("CubeSatSim Pico v0.32 starting...\n"); Serial.println("CubeSatSim Pico v0.33 starting...\n");
config_gpio(); config_gpio();
@ -273,7 +273,7 @@ void loop() {
Serial.println("Stop transmit!"); Serial.println("Stop transmit!");
digitalWrite(PTT_PIN, HIGH); // stop transmit digitalWrite(PTT_PIN, HIGH); // stop transmit
// if (!wifi) // if (!wifi)
digitalWrite(LED_BUILTIN, HIGH); digitalWrite(LED_BUILTIN, LOW);
digitalWrite(MAIN_LED_BLUE, LOW); digitalWrite(MAIN_LED_BLUE, LOW);
if (debug_mode) if (debug_mode)

Loading…
Cancel
Save

Powered by TurnKey Linux.