mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 15:25:17 +03:00
Re #1361 - Fixed 10000% bug
This commit is contained in:
parent
5d1e9a1701
commit
405fd802d5
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ void CurveGroup::gvarCBChanged(int state)
|
|||
{
|
||||
if (!lock) {
|
||||
if (state) {
|
||||
curve.value = 10000; // TODO constant in EEpromInterface ...
|
||||
curve.value = 10000+1; // TODO constant in EEpromInterface ...
|
||||
}
|
||||
else {
|
||||
curve.value = 0; // TODO could be better
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue