Potential bug in original Arduino code This line for H2 compensation looks suspicious: Con / (0.74 * (_temp) + 0.007) - 5 The 0.74 factor is very large compared with the other formulas and may be a typo in the original source.
Potential bug in original Arduino code This line for H2 compensation looks suspicious:
Con / (0.74 * (_temp) + 0.007) - 5
The 0.74 factor is very large compared with the other formulas and may be a typo in the original source.