Closed GoogleCodeExporter closed 8 years ago
Not really possible unfortunately. It was what I originally wanted too, but the
problem is that where DBLKEYS is implemented there's no simple way to know what
the "good" value is for the current parameter. All we know is the min and max
allowed values, so that's what's used.
Original comment by bernet.a...@gmail.com
on 30 Aug 2012 at 2:37
Will be done with another option that will cost flash (default values will have
to be stored for each parameter)
Original comment by bson...@gmail.com
on 30 Aug 2012 at 2:48
Perhaps this basic solution could be sufficient ?
if MinAllowedValue < -100, then DblkeyMinValue = -100, else = MinAllowedValue
if MaxAllowedValue > 100, then DblkeyMaxValue = 100, else = MaxAllowedValue
Original comment by f.ague...@wanadoo.fr
on 30 Aug 2012 at 2:55
Why not... (Franck's solution)
Original comment by bernet.a...@gmail.com
on 30 Aug 2012 at 3:35
Franck's solution commited
Original comment by bson...@gmail.com
on 3 Sep 2012 at 10:39
Great!
Original comment by bernet.a...@gmail.com
on 4 Sep 2012 at 8:56
Many thanks :)
Original comment by f.ague...@wanadoo.fr
on 4 Sep 2012 at 4:46
Original issue reported on code.google.com by
f.ague...@wanadoo.fr
on 30 Aug 2012 at 1:21