projects
/
EVA-2020-02-2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
426f1cb
)
Fixed graphing problem for PMS5003 results
author
Kostadin
<kostadinvo+github@gmail.com>
Sat, 26 Oct 2019 10:26:47 +0000
(13:26 +0300)
committer
Kostadin
<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