Skip to content

Commit f97aa35

Browse files
committed
Commented out by default E01X protocol and subprotocols to gain flash space
1 parent 2e1d763 commit f97aa35

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

Multiprotocol/V761_nrf24l01.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ void V761_init(void)
344344
packet_count = 0;
345345
telemetry_lost = 1;
346346
#endif
347-
348347
}
349348

350349
#endif

Multiprotocol/_Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
#define DSM_CYRF6936_INO
189189
#define DSM_RX_CYRF6936_INO
190190
#define E010R5_CYRF6936_INO
191-
#define E01X_CYRF6936_INO
191+
//#define E01X_CYRF6936_INO
192192
#define E129_CYRF6936_INO
193193
#define J6PRO_CYRF6936_INO
194194
//#define LOSI_CYRF6936_INO

Protocols_Details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,7 @@ Flip: momentary switch: hold flip(+100%), indicate flip direction with Ele or Ai
19911991

19921992
RTN_ACT and RTN: -100% disable, +100% enable
19931993

1994-
If the model (newest versions) sends telemetry then the battery status ok/empty is in A1 (4.4V -> 2.2V), RSSI equal to 100 means that all telem packets are received and TQLY indicates the number of lost telem packets.
1994+
If the model (newest versions) sends telemetry then the battery status ok/empty is in A1 (4.4V -> 2.2V), RSSI equals to 100 means that 100% of the telem packets have been received.
19951995

19961996
### Sub_protocol 3CH - *0*
19971997
Models: Volantex V761-1, V761-3 and may be others

0 commit comments

Comments
 (0)