chiefwigms / picobrew_pico

MIT License
149 stars 63 forks source link

fix tilt pro resolution issue #313

Closed tmack8001 closed 2 years ago

tmack8001 commented 2 years ago

The tilt pro has 1 more decimal place for both temp and gravity readings that weren't measuring right on pytilt (the python script we started from) nor in our application. This fixes that by dividing both (non decimals) by an additional 10.

image