mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-03-15 05:17:30 +03:00
Fixed __ to _
This commit is contained in:
parent
d639023e2f
commit
f068d2c330
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user