We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab18a3 commit e2334ffCopy full SHA for e2334ff
Receive/receive.ino
@@ -296,7 +296,7 @@ static bool SHT4X_Init(UseBits &enable)
296
if (enable.SHT4X)
297
{
298
SHT4X = new SHTSensor(SHTSensor::SHT4X);
299
- mySerial->print("SHT5x: ");
+ mySerial->print("SHT4x: ");
300
enable.SHT4X = SHT4X->init();
301
302
Sensor/sensor.ino
@@ -355,7 +355,7 @@ static bool SHT4X_Init(UseBits &enable)
355
356
357
358
359
360
361
0 commit comments