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
49aaa82911
commit
926458be47
@ -48,7 +48,7 @@ uint32_t Model_fixed_id=0;
|
|||||||
uint32_t fixed_id;
|
uint32_t fixed_id;
|
||||||
uint8_t cyrfmfg_id[6];//for dsm2 and devo
|
uint8_t cyrfmfg_id[6];//for dsm2 and devo
|
||||||
uint32_t blink=0;
|
uint32_t blink=0;
|
||||||
uint8_t prev_option;
|
uint8_t prev_option;//change option value on the fly.
|
||||||
uint8_t prev_power=0xFD; // unused power value
|
uint8_t prev_power=0xFD; // unused power value
|
||||||
//
|
//
|
||||||
uint16_t counter;
|
uint16_t counter;
|
||||||
@ -82,7 +82,6 @@ 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