File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919#define VERSION_MAJOR 1
2020#define VERSION_MINOR 3
2121#define VERSION_REVISION 1
22- #define VERSION_PATCH_LEVEL 92
22+ #define VERSION_PATCH_LEVEL 93
2323
2424//******************
2525// Protocols
Original file line number Diff line number Diff line change @@ -1930,8 +1930,8 @@ void update_serial_data()
19301930 else
19311931 if ( ((rx_ok_buff[1 ]&0x80 )==0 ) && ((cur_protocol[1 ]&0x80 )!=0 ) ) // Bind flag has been reset
19321932 { // Request protocol to end bind
1933- #if defined(FRSKYD_CC2500_INO) || defined(FRSKYL_CC2500_INO) || defined(FRSKYX_CC2500_INO) || defined(FRSKYV_CC2500_INO) || defined(AFHDS2A_A7105_INO) || defined(FRSKYR9_SX1276_INO) || defined(DSM_RX_CYRF6936_INO)
1934- if (protocol==PROTO_FRSKYD || protocol==PROTO_FRSKYL || protocol==PROTO_FRSKYX || protocol==PROTO_FRSKYX2 || protocol==PROTO_FRSKYV || protocol==PROTO_AFHDS2A || protocol==PROTO_FRSKY_R9 || protocol==PROTO_DSM_RX)
1933+ #if defined(FRSKYD_CC2500_INO) || defined(FRSKYL_CC2500_INO) || defined(FRSKYX_CC2500_INO) || defined(FRSKYV_CC2500_INO) || defined(AFHDS2A_A7105_INO) || defined(FRSKYR9_SX1276_INO) || defined(DSM_RX_CYRF6936_INO) || defined(AFHDS2A_RX_A7105_INO)
1934+ if (protocol==PROTO_FRSKYD || protocol==PROTO_FRSKYL || protocol==PROTO_FRSKYX || protocol==PROTO_FRSKYX2 || protocol==PROTO_FRSKYV || protocol==PROTO_AFHDS2A || protocol==PROTO_FRSKY_R9 || protocol==PROTO_DSM_RX || protocol==PROTO_AFHDS2A_RX )
19351935 BIND_DONE;
19361936 else
19371937 #endif
You can’t perform that action at this time.
0 commit comments