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

Next step for a new MODULES / RX VERSION screen

This commit is contained in:
Bertrand Songis 2019-03-06 12:42:04 +01:00
parent ca4ffaf9c7
commit 919a5fa3ce
2 changed files with 84 additions and 2 deletions

View file

@ -1172,6 +1172,12 @@ union ReusableBuffer
struct {
int8_t step;
uint8_t timeout;
uint32_t hw_version;
uint32_t sw_version;
struct {
uint32_t hw_version;
uint32_t sw_version;
} receivers[PXX2_MAX_RECEIVERS_PER_MODULE];
} modules[NUM_MODULES];
} hardware;