Update main.c safe mode

fc-jy
Alan Johnston 11 months ago committed by GitHub
parent 2f370a238d
commit 13f60f539a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2409,7 +2409,7 @@ void get_tlm_fc() {
// source_bytes[extended + 53] = 0x40 & (SafeMode == 1); // doesn't work
source_bytes[extended + 53] = 0x0f; // SW valid
source_bytes[extended + 54] = 0xf0;
source_bytes[extended + 54] = 0xe8; // SW valid and safe mode
#endif

Loading…
Cancel
Save

Powered by TurnKey Linux.