Merge pull request #57 from PsySc0rpi0n/patch-3

Update MQUnifiedsensor.h
This commit is contained in:
Miguel Angel Califa Urquiza
2023-03-15 16:35:12 -05:00
committed by GitHub

View File

@ -61,7 +61,7 @@ class MQUnifiedsensor
float _adc, _a, _b, _sensor_volt;
float _R0, RS_air, _ratio, _PPM, _RS_Calc;
char _type[6];
char _type[7];
char _placa[20];
};