Skip to content

Commit

Permalink
Commented out by default E01X protocol and subprotocols to gain flash…
Browse files Browse the repository at this point in the history
… space
  • Loading branch information
pascallanger committed Sep 27, 2023
1 parent 2e1d763 commit f97aa35
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Multiprotocol/V761_nrf24l01.ino
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ void V761_init(void)
packet_count = 0;
telemetry_lost = 1;
#endif

}

#endif
2 changes: 1 addition & 1 deletion Multiprotocol/_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
#define DSM_CYRF6936_INO
#define DSM_RX_CYRF6936_INO
#define E010R5_CYRF6936_INO
#define E01X_CYRF6936_INO
//#define E01X_CYRF6936_INO
#define E129_CYRF6936_INO
#define J6PRO_CYRF6936_INO
//#define LOSI_CYRF6936_INO
Expand Down
2 changes: 1 addition & 1 deletion Protocols_Details.md
Original file line number Diff line number Diff line change
Expand Up @@ -1991,7 +1991,7 @@ Flip: momentary switch: hold flip(+100%), indicate flip direction with Ele or Ai

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

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.
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.

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

0 comments on commit f97aa35

Please sign in to comment.