mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-03 12:07:52 +00:00
Change option value on the fly
This commit is contained in:
parent
21a37013b0
commit
7b7ff51f4c
@ -80,6 +80,7 @@ uint16_t crc;
|
|||||||
uint16_t state;
|
uint16_t state;
|
||||||
uint8_t len;
|
uint8_t len;
|
||||||
uint8_t RX_num;
|
uint8_t RX_num;
|
||||||
|
uint8_t LastOption ;//change option value on the fly.
|
||||||
|
|
||||||
#if defined(FRSKYX_CC2500_INO) || defined(SFHSS_CC2500_INO)
|
#if defined(FRSKYX_CC2500_INO) || defined(SFHSS_CC2500_INO)
|
||||||
uint8_t calData[48][3];
|
uint8_t calData[48][3];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user