Update main.c change to if true

old-payload
Alan Johnston 2 months ago committed by GitHub
parent 89554486ad
commit 92d9961d26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2273,8 +2273,8 @@ float toAprsFormat(float input) {
int get_payload_serial(int debug_camera) { int get_payload_serial(int debug_camera) {
#ifdef OLD_STEM_PAYLOAD #ifdef OLD_STEM_PAYLOAD
// if (payload == ON) { // -55
if (payload == ON) { // -55 if (TRUE) { // -55
STEMBoardFailure = 0; STEMBoardFailure = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.