src/eric7/MicroPython/Devices/__init__.py

branch
eric7
changeset 11070
5d354c287553
parent 11038
918bc08e1f89
child 11090
f5f5f5803935
equal deleted inserted replaced
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

eric ide

mercurial