mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-04 11:53:39 +01:00
remove remaining usage of F() macro
This commit is contained in:
@@ -70,7 +70,7 @@ bool HMT_4CH::isValidSerial(const uint64_t serial)
|
||||
|
||||
String HMT_4CH::typeName() const
|
||||
{
|
||||
return F("HMT-1600/1800/2000-4T");
|
||||
return "HMT-1600/1800/2000-4T";
|
||||
}
|
||||
|
||||
const byteAssign_t* HMT_4CH::getByteAssignment() const
|
||||
|
||||
@@ -84,7 +84,7 @@ bool HMT_6CH::isValidSerial(const uint64_t serial)
|
||||
|
||||
String HMT_6CH::typeName() const
|
||||
{
|
||||
return F("HMT-1800/2250-6T");
|
||||
return "HMT-1800/2250-6T";
|
||||
}
|
||||
|
||||
const byteAssign_t* HMT_6CH::getByteAssignment() const
|
||||
|
||||
Reference in New Issue
Block a user