From 7ab873acaac3aae7a824feeda8ef24904e6a9fda Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 16 Dec 2022 09:52:45 -0500 Subject: [PATCH] read payload even in sim mode --- cubesatsim/cubesatsim.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 3f8c17de..173ff180 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -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)) {