11069:f26aa3302090 | 11070:5d354c287553 |
---|---|
441 "module": ".TeensyDevices", | 441 "module": ".TeensyDevices", |
442 }, | 442 }, |
443 } | 443 } |
444 | 444 |
445 IgnoredBoards = ( | 445 IgnoredBoards = ( |
446 (0x1a7e, 0x1001), # Meltex UT150-A temperature sensor | |
446 (0x8086, 0x9C3D), | 447 (0x8086, 0x9C3D), |
447 (0x8086, None), | 448 (0x8086, None), |
448 ) | 449 ) |
449 | 450 |
450 FirmwareGithubUrls = { # noqa: U200 | 451 FirmwareGithubUrls = { # noqa: U200 |