TX module LED indication

This commit is contained in:
Pawel Spychalski (DzikuVx)
2018-04-27 23:05:44 +02:00
parent e66b883137
commit 3ea77891f1
3 changed files with 20 additions and 2 deletions

View File

@@ -115,6 +115,7 @@ struct TxDeviceState_t {
uint8_t flags = 0;
uint32_t roundtrip = 0;
bool isReceiving = false; //Indicates that TX module is receiving frames from RX module
uint32_t nextLedUpdate = 0;
};
struct RxDeviceState_t {