Jakub
Jakub
@azz1266 what FW version have you used?
@azz1266 Have you used console based updater from my repo?
@aakashpolra have you tried https://github.com/ThomHPL/BaseI6_updater and FW from rcgroups? benb0jangles is updating the GUI updater just time to time.
@Mattie19 - just reproduced this one. So value of channel 6 should be mapped to throttle stick - any curves are used?
@Mattie19 - I remember that once Dave (author of original mod) has changed something - because also there were problems with pitch or something. There is some compassion of model...
@Mattie19 Good explanation - I got the point. Curves definitions must be found and calculation must be performed, the code should be there so we have to find why is...
@Mattie19 I found the place: ```c if ( modelType_ < 3 ) { createPacketsForCH6_10(*(_BYTE *)(modelPtr3 + 61)); endpoints[7] = v51; ch_6 = v51; } ``` the method createPacketsForCH6_10 was defined...
@Mattie19 - bingo - one byte change:) [heli_var_pitch.zip](https://github.com/benb0jangles/FlySky-i6-Mod-/files/802151/heli_var_pitch.zip)
@Mattie19 I am using this one: https://github.com/ThomHPL/BaseI6_updater just place the file with updater in name in folder where Run.bat is. Then change in Run.bat in line bin\1.2\baseI6_updater -a -u -p...
@Mattie19 you are right - same issue - but I have no rights here. Write to benb0jangles he can pack file into updater and provide description.