Hello,
I would appreciate if somebody can explain me the following line in the gas.py library code of enviroplus, I would like to know what 56000 means, it is 56000 kohm or 56000 ohm?
try:
ox = (ox * 56000) / (3.3 - ox)
except ZeroDivisionError:
ox = 0
Thank you so much
Cristian M.