@ -111,7 +111,9 @@ void setup() {
// program Transceiver board
}
configure_radio();
void loop() {
@ -122,12 +124,16 @@ void loop() {
// encode as digits (APRS or CW mode) or binary (DUV FSK)
get_tlm_fox();
// get_tlm_fox();
test_radio();
digitalWrite(LED_BUILTIN, LOW);
delay(3000);
digitalWrite(LED_BUILTIN, HIGH);
// sleep(3000);
// send telemetry
Powered by TurnKey Linux.