FlySkyI6
FlySkyI6 copied to clipboard
Problem with TYPE_FLIGHT_MODE
Hi everyone. I have such a problem namely.
#define IBUS_MEAS_TYPE_FLIGHT_MODE 0x16
I'm trying to set a TYPE MODE to myself. And I have a simple condition If SWC is in position 1 assign 1 If SWC is in position 2 assign 2 If SWC is in position 3 assign 3
And now, when I have position 1, I write it normally MODE: ACRO As in item 2, it shows me MODE: AHold And in position 3 it displays the same as in position 2. As if this sensor did not activate if the SWC is in position 3.
I have tried assigning other numbers from 0-9 but the result is the same no change if SWC is in position 3.
Could someone check it out? I'm using the iBus library.
THx for answer