read payload even in sim mode

pico-fc-test
alanbjohnston 3 years ago committed by GitHub
parent d44b16739b
commit 7ab873acaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -213,8 +213,9 @@ void loop() {
generate_simulated_telem();
else {
read_ina219(); // query INA219 sensors and Payload sensors
read_payload(); // only read payload if not simulated telemetry
// read_payload(); // only read payload if not simulated telemetry
}
read_payload();
// encode as digits (APRS or CW mode) or binary (DUV FSK)
if ((mode == BPSK) || (mode == FSK)) {

Loading…
Cancel
Save

Powered by TurnKey Linux.