diff --git a/src/MQUnifiedsensor.h b/src/MQUnifiedsensor.h index 0989273..9dd2705 100644 --- a/src/MQUnifiedsensor.h +++ b/src/MQUnifiedsensor.h @@ -60,7 +60,7 @@ #define retry_interval 20 /**********************Application Related Macros**********************************/ -/* Gas, Value of m (Slope) and b (Cut on x axis) points */ +/* Gas, Value of a and b points */ //Values consolidated //Equation PPM = a*((x)^b) /********************** MQ2 ******************************************************/ @@ -300,4 +300,4 @@ class MQUnifiedsensor }; -#endif //MQUnifiedsensor_H \ No newline at end of file +#endif //MQUnifiedsensor_H