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:
parent
ca4ffaf9c7
commit
919a5fa3ce
2 changed files with 84 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue