Further changes to async processing

This commit is contained in:
Pawel Spychalski (DzikuVx)
2018-01-02 21:14:11 +01:00
parent 8dfc41759e
commit cb3c510815
3 changed files with 11 additions and 8 deletions

View File

@@ -87,6 +87,7 @@ struct RadioState_t {
uint8_t rssi = 0;
uint8_t snr = 0;
uint8_t deviceState = RADIO_STATE_RX;
uint32_t nextTxCheckMillis = 0;
};
struct TxDeviceState_t {