set payload

pico-i2c
alanbjohnston 3 years ago committed by GitHub
parent a648f8d4ea
commit 4fc6da7bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1038,7 +1038,10 @@ void get_tlm_fox() {
Serial.println(posXv);
*/
// if (payload == ON)
STEMBoardFailure = 0;
// STEMBoardFailure = 0;
STEMBoardFailure = !payload;
// read payload sensor if available
// Serial.println("Before encoding");
encodeA(b, 0 + head_offset, batt_a_v);

Loading…
Cancel
Save

Powered by TurnKey Linux.