mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-07-05 11:51:02 +03:00
Fixed __ to _
This commit is contained in:
@ -90,7 +90,7 @@ int MQUnifiedsensor::readSensor(String nameLectureRequeired, bool print)
|
||||
}
|
||||
String MQUnifiedsensor::getnameLecture()
|
||||
{
|
||||
return __nameLectureRequeired;
|
||||
return _nameLectureRequeired;
|
||||
}
|
||||
void MQUnifiedsensor::setSensorCharacteristics(String nameLectureRequeired, bool print)
|
||||
{
|
||||
|
Reference in New Issue
Block a user