1
0
Fork 0
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:
Damjan Adamic 2014-06-25 09:02:23 +02:00
parent 5d1e9a1701
commit 405fd802d5

View file

@ -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