Fixed graphing problem for PMS5003 results
authorKostadin <kostadinvo+github@gmail.com>
Sat, 26 Oct 2019 10:26:47 +0000 (13:26 +0300)
committerKostadin <kostadinvo+github@gmail.com>
Sat, 26 Oct 2019 10:26:47 +0000 (13:26 +0300)
The PMS5003 library returns integers. This causes the current formula for color scaling of the graph to not work properly because of integer division instead of float division. Converting the PMS5003 results from int to float solves the problem.


No differences found