mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-21 16:53:15 +00:00
AFHDS2A: working version
- Wait for transmit completion before switching to RX (no more fixed delays...) - Verify if data has been received before processing it (better handling of telemetry) - Added TX_RSSI (along with the existing RX_RSSI) Known issue: RX_RSSI value needs to be looked at. I'm seeing only values between 157 (bad) and 196 (good). Is this normal for this protocol?
This commit is contained in:
@@ -147,6 +147,7 @@ uint8_t pkt[MAX_PKT];//telemetry receiving packets
|
||||
#endif // BASH_SERIAL
|
||||
uint8_t v_lipo;
|
||||
int16_t RSSI_dBm;
|
||||
uint8_t TX_RSSI;
|
||||
uint8_t telemetry_link=0;
|
||||
uint8_t telemetry_counter=0;
|
||||
uint8_t telemetry_lost;
|
||||
|
||||
Reference in New Issue
Block a user