Skip to content

Commit

Permalink
Fix issue opentx#58
Browse files Browse the repository at this point in the history
jfrickmann committed Feb 4, 2021

Verified

This commit was signed with the committer’s verified signature.
derekpierre Derek Pierre
1 parent 83d56d1 commit 0d9c660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
* `subID` subID of the sensor, usually 0, valid range is from 0 to 7
* `instance` instance of the sensor \(SensorID\), valid range is from 0 to 0xFF
* `value` fed to the sensor
* `unit` unit of the sensor [Full list](https://github.com/opentx/opentx-2-3-lua-reference-guide/tree/0d355d19f1961b689994cf78b84005864d33f9b5/appendix/units.html)
* `unit` unit of the sensor [Full list](../../part_vii_-_appendix/units.html)
* `precision` the precision of the sensor
* `0 or not present` no decimal precision.
* `!= 0` value is divided by 10^precision, e.g. value=1000, prec=2 => 10.00.

0 comments on commit 0d9c660

Please sign in to comment.