Browse Source

MI - add model codes

thx to beegee3 in https://github.com/lumapu/ahoy/issues/1111#issuecomment-1698100571

Only MI-600 (0x001311) is tested!
pull/1133/head
rejoe2 1 year ago
committed by GitHub
parent
commit
c0bb7403f3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      src/hm/hmDefines.h

17
src/hm/hmDefines.h

@ -260,9 +260,20 @@ typedef struct {
} devInfo_t;
const devInfo_t devInfo[] = {
// MI 2nd gen
{ 0x13118f, 600 },
// MI 2nd gen; only 0x001311 is tested,
// others (starting with MI-250) according to https://github.com/lumapu/ahoy/issues/1111#issuecomment-1698100571
{ 0x000111, 250 },
{ 0x000311, 300 },
{ 0x000411, 350 },
{ 0x001111, 500 },
{ 0x001311, 600 },
{ 0x001321, 600 },
{ 0x001421, 700 },
{ 0x001411, 700 },
{ 0x002111, 1000 },
{ 0x002311, 1200 },
{ 0x002511, 1500 },
{ 0x002411, 1500 },
// MI 3rd gen
{ 0x100230, 1500 },

Loading…
Cancel
Save