mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Popups can now have an handler. It could perhaps avoid another EEPROM format @3djc ?
This commit is contained in:
parent
4de9e3f73b
commit
d4b14f614c
21 changed files with 104 additions and 61 deletions
|
@ -1144,10 +1144,10 @@ union ReusableBuffer
|
|||
struct {
|
||||
uint8_t state; // 0x00 = READ 0x40 = WRITE
|
||||
tmr10ms_t timeout;
|
||||
tmr10ms_t dirtyTimeout;
|
||||
tmr10ms_t updateTime;
|
||||
uint8_t receiverId;
|
||||
uint8_t channelMapping[24];
|
||||
uint8_t outputsCount;
|
||||
uint8_t outputsMapping[24];
|
||||
uint8_t telemetryDisabled;
|
||||
uint8_t pwmRate;
|
||||
uint8_t dirty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue