1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

[PXX2] Telemetry bit added

This commit is contained in:
Bertrand Songis 2019-03-18 10:54:07 +01:00
parent 57a2a5c8c7
commit 2e81b2ca50
4 changed files with 10 additions and 6 deletions

View file

@ -1148,7 +1148,7 @@ union ReusableBuffer
tmr10ms_t updateTime;
uint8_t receiverId;
uint8_t channelMapping[24];
uint8_t telemetryEnabled;
uint8_t telemetryDisabled;
uint8_t pwmRate;
uint8_t dirty;
} receiverSetup;