added payload code back in

pull/189/head
alanbjohnston 3 years ago committed by GitHub
parent 4b6c08cb0b
commit 43e892aae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)) {

Loading…
Cancel
Save

Powered by TurnKey Linux.