remove remaining usage of F() macro

This commit is contained in:
Bernhard Kirchen
2024-04-12 15:27:24 +02:00
parent 3b05f447d5
commit 153293e1c7
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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