Skip to content

Commit e2334ff

Browse files
committed
correct a typo.
1 parent bab18a3 commit e2334ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Receive/receive.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ static bool SHT4X_Init(UseBits &enable)
296296
if (enable.SHT4X)
297297
{
298298
SHT4X = new SHTSensor(SHTSensor::SHT4X);
299-
mySerial->print("SHT5x: ");
299+
mySerial->print("SHT4x: ");
300300
enable.SHT4X = SHT4X->init();
301301
if (enable.SHT4X)
302302
{

Sensor/sensor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ static bool SHT4X_Init(UseBits &enable)
355355
if (enable.SHT4X)
356356
{
357357
SHT4X = new SHTSensor(SHTSensor::SHT4X);
358-
mySerial->print("SHT5x: ");
358+
mySerial->print("SHT4x: ");
359359
enable.SHT4X = SHT4X->init();
360360
if (enable.SHT4X)
361361
{

0 commit comments

Comments
 (0)