Change option value on the fly

This commit is contained in:
midelic 2016-08-12 00:55:25 +03:00 committed by GitHub
parent 21a37013b0
commit 7b7ff51f4c

View File

@ -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];