Add serial number prefix 114a to HMS_2CH

Fixes #2741
This commit is contained in:
Thomas Basler
2025-06-26 22:55:09 +02:00
parent 34af70bfa3
commit c3b73877ce
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ bool HMS_2CH::isValidSerial(const uint64_t serial)
{
// serial >= 0x114400000000 && serial <= 0x1144ffffffff
uint16_t preSerial = (serial >> 32) & 0xffff;
return preSerial == 0x1144 || preSerial == 0x1143 || preSerial == 0x1410;
return preSerial == 0x1144 || preSerial == 0x1143 || preSerial == 0x1410 || preSerial == 0x114a;
}
String HMS_2CH::typeName() const

View File

@@ -7,7 +7,7 @@
| HM_4CH | HM-1000/1200/1500-4T | 1161 |
| HMS_1CH | HMS-300/350/400/450/500-1T | 1124 |
| HMS_1CHv2 | HMS-450/500-1T v2 | 1125, 1400 |
| HMS_2CH | HMS-600/700/800/900/1000-2T | 1143, 1144, 1410 |
| HMS_2CH | HMS-600/700/800/900/1000-2T | 1143, 1144, 1410, 114a |
| HMS_4CH | HMS-1600/1800/2000-4T | 1164, 1420 |
| HMT_4CH | HMT-1600/1800/2000-4T | 1361 |
| HMT_6CH | HMT-1800/2250-6T | 1382 |