mysensors/NodeManager

SensorAnalogIn - default max-value is 1024

ploeffler opened this issue · 1 comments

(I know it's just a extreme detail ;-) )
the maximum value, you could get out of a 10bit unsigned is 1023 and not, as written in line 33 of SensorAnalogInput 1024

this makes an (more or less significant) eroor when calculating percentage

will fix it! Thanks