Felix

Results 3 issues of Felix

When using "visibleIf" and not specifying which fileds are required it makes the field required. A work around is to sepecify what fields are required and leaving the ones with...

bug

Despite the information on the Linkerkit webpage (http://www.linkerkit.de/index.php?title=LK-Light-Sen) the recent version of the light sensor seems to be already inverted. This means the values are getting larger when more light...

The AnalogInputReader class uses a function called "get_level" to read analog values. Line 27 goes as follows: `volts = (value*3.3)/1024` This hardcodes the voltage to 3.3.v Most of the analog...