Added serial print in calibrations

This commit is contained in:
miguel5612
2019-05-30 13:23:42 -05:00
parent f4febca6df
commit e848e505b0
2 changed files with 8 additions and 6 deletions

View File

@ -288,8 +288,8 @@ class MQUnifiedsensor
String _nameLectureRequeired;
int _VOLT_RESOLUTION = 5.0; // if 3.3v use 3.3
int _RLValue = 10; //Value in KiloOhms
int _ratioInCleanAir, _PPM, _sensor_volt;
float RS_air, _m, _b, _ratio;
int _PPM;
float _ratioInCleanAir, _sensor_volt, RS_air, _m, _b, _ratio;
};