From 43e892aae6af35809e7683e1ba7d7717d1a0186c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 18 Sep 2022 09:43:19 -0400 Subject: [PATCH] added payload code back in --- cubesatsim/cubesatsim.ino | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index d5384255..0299ed0b 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -88,7 +88,7 @@ void setup() { // otherwise, run CubeSatSim Pico code - Serial.println("CubeSatSim Pico v0.24 starting...\n"); + Serial.println("CubeSatSim Pico v0.25 starting...\n"); config_gpio(); @@ -121,7 +121,7 @@ void setup() { // pinMode(PI_3V3_PIN, OUTPUT); // digitalWrite(PI_3V3_PIN, HIGH); -// start_payload(); // above code not working, so forcing it + start_payload(); // above code not working, so forcing it read_config_file(); @@ -191,7 +191,7 @@ void loop() { // query INA219 sensors and Payload sensors read_ina219(); -// read_payload(); + read_payload(); // encode as digits (APRS or CW mode) or binary (DUV FSK) if ((mode == BPSK) || (mode == FSK)) {