Update cubesatsim.ino

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

@ -110,8 +110,10 @@ void setup() {
} }
// program Transceiver board // program Transceiver board
} }
configure_radio();
} }
void loop() { void loop() {
@ -122,12 +124,16 @@ void loop() {
// encode as digits (APRS or CW mode) or binary (DUV FSK) // encode as digits (APRS or CW mode) or binary (DUV FSK)
get_tlm_fox(); // get_tlm_fox();
test_radio(); test_radio();
digitalWrite(LED_BUILTIN, LOW);
delay(3000); delay(3000);
digitalWrite(LED_BUILTIN, HIGH);
// sleep(3000); // sleep(3000);
// send telemetry // send telemetry

Loading…
Cancel
Save

Powered by TurnKey Linux.