updated RSSI indication on RX side

This commit is contained in:
Pawel Spychalski (DzikuVx)
2018-04-19 18:34:56 +02:00
parent a651fcc05e
commit f677d902d3
3 changed files with 11 additions and 9 deletions

View File

@@ -126,6 +126,7 @@ struct RxDeviceState_t {
uint8_t a2Voltage = 0;
uint8_t flags = 0;
int16_t channels[16] = {};
int16_t indicatedRssi = 0;
};
struct QspConfiguration_t {