Change option value on the fly

This commit is contained in:
midelic 2016-08-16 19:22:23 +03:00 committed by GitHub
parent 5e3c3c00d6
commit 7e02749a2e

View File

@ -48,6 +48,8 @@ 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_power=0xFD; // unused power value
// //
uint16_t counter; uint16_t counter;
uint8_t channel; uint8_t channel;