mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-09-13 05:35:47 +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