O_o_Harry_O
Member
Thank you so much, it worked.Install multiMAN, then try applying this patch... I hex edited DATA0 and DATA1 to change 4.75 to 4.84
it will not detect 4.75 properly, but 4.84 should be detected
In other words, I changed:
40 98 00 00 (4.75 in IEEE 754) to
40 9A E1 48 (4.84 in IEEE 754)
Here is a floating point to binary converter if you need to change it to other value (e.g. 4.85 -> 40 9b 33 33)
https://www.h-schmidt.net/FloatConverter/IEEE754.html
so the only difference is it shows 4.84, right?