Better limit description

This commit is contained in:
Thomas Basler 2022-10-20 19:34:10 +02:00
parent 511b59ff25
commit 9f4d8bdddb

View File

@ -18,7 +18,7 @@ const devInfo_t devInfo[] = {
{ { 0x10, 0x11, 0x40, ALL }, 800, "HM-800" }, { { 0x10, 0x11, 0x40, ALL }, 800, "HM-800" },
{ { 0x10, 0x12, 0x10, ALL }, 1200, "HM-1200" }, { { 0x10, 0x12, 0x10, ALL }, 1200, "HM-1200" },
{ { 0x10, 0x12, 0x30, ALL }, 1500, "HM-1500" }, { { 0x10, 0x12, 0x30, ALL }, 1500, "HM-1500" },
{ { 0x10, 0x10, 0x10, 0x15 }, static_cast<uint16_t>(300 * 0.7), "HM-300" }, // HM-300 limitted to 70% { { 0x10, 0x10, 0x10, 0x15 }, static_cast<uint16_t>(300 * 0.7), "HM-300" }, // HM-300 factory limitted to 70%
}; };
void DevInfoParser::clearBufferAll() void DevInfoParser::clearBufferAll()