|
|
|
@ -76,7 +76,7 @@ void setup() {
|
|
|
|
config_telem();
|
|
|
|
config_telem();
|
|
|
|
|
|
|
|
|
|
|
|
// configure STEM Payload sensors
|
|
|
|
// configure STEM Payload sensors
|
|
|
|
start_payload();
|
|
|
|
// start_payload();
|
|
|
|
|
|
|
|
|
|
|
|
// program Transceiver board
|
|
|
|
// program Transceiver board
|
|
|
|
config_radio();
|
|
|
|
config_radio();
|
|
|
|
@ -101,7 +101,7 @@ void loop() {
|
|
|
|
// query INA219 sensors and Payload sensors
|
|
|
|
// query INA219 sensors and Payload sensors
|
|
|
|
read_ina219();
|
|
|
|
read_ina219();
|
|
|
|
|
|
|
|
|
|
|
|
read_payload();
|
|
|
|
// read_payload();
|
|
|
|
|
|
|
|
|
|
|
|
// encode as digits (APRS or CW mode) or binary (DUV FSK)
|
|
|
|
// encode as digits (APRS or CW mode) or binary (DUV FSK)
|
|
|
|
if ((mode == BPSK) || (mode == FSK))
|
|
|
|
if ((mode == BPSK) || (mode == FSK))
|
|
|
|
|