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
commit 52bccfbff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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];
};