Added HM-350 to list of known devices

This commit is contained in:
Thomas Basler 2022-10-08 10:58:59 +02:00
parent b5cb24a46d
commit 1cbff8afca

View File

@ -9,6 +9,7 @@ typedef struct {
const devInfo_t devInfo[] = { const devInfo_t devInfo[] = {
{ { 0x10, 0x10, 0x10 }, 300, "HM-300" }, { { 0x10, 0x10, 0x10 }, 300, "HM-300" },
{ { 0x10, 0x10, 0x20 }, 350, "HM-350" },
{ { 0x10, 0x10, 0x40 }, 400, "HM-400" }, { { 0x10, 0x10, 0x40 }, 400, "HM-400" },
{ { 0x10, 0x11, 0x10 }, 600, "HM-600" }, { { 0x10, 0x11, 0x10 }, 600, "HM-600" },
{ { 0x10, 0x11, 0x20 }, 700, "HM-700" }, { { 0x10, 0x11, 0x20 }, 700, "HM-700" },