Open SeatFX opened 6 years ago
PS: I know that this feature is in there to compensate for gimbal errors, but we could set a dead band in Betaflight to remove this issue.
hello, not only the dead band there also a curvature in this radio (A/E/R have, throttle and switch channel not have). we konw this will cause bad feeling, that because the joystick potentiometer. LDARC tell me they will update the new X8+ radio use mechanical stick replace joystick potentiometer this year.
Well, What should I do with my Standard X8 then? Sadly its Not really usable that way and I only need this Line of Code edited.
Hey!
I really like the transmitter but it really bothers me that there is a deadband in the D16 firmware so i dug into it and found that in the file adc.c there is a line with the content "if((IRV_ADValue > 1719) || (IRV_ADValue < 1319)) IRV_ADValue = 1519 ;" I removed it but sadly I'm not experienced enough to compile this into firmware. Could you release a version without dead band in the sticks? Would be very thankful for that.