flyduino / kissfc-tx-lua-scripts

Kiss Lua configuration script for taranis
GNU General Public License v3.0
40 stars 14 forks source link

Holding "+" button doesn't auto incement value #48

Closed slackista closed 4 years ago

slackista commented 4 years ago

In any page : To increase value from 25 -> 200 you need to push "+" 175 times. Holding do nothing. "-" is working fine - fast auto decreasing works.

Tested on CRSF with latest opentx https://github.com/opentx/opentx/commit/a4d6002178944cfe9e20535ecf80e0c4339f4694

TechVic-1 commented 4 years ago

In "/src/common/KissUI.lua#L323" elseif event == EVT_VIRTUAL_INC_REP then Should it not be elseif event == EVT_VIRTUAL_INC_REPT then

lichtl commented 4 years ago

fixed in 1.0.1