We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11408d commit cec6531Copy full SHA for cec6531
m5stack/libs/hardware/ir.py
@@ -15,6 +15,7 @@ def __init__(self) -> None:
15
M5.BOARD.M5AtomS3U: (None, 12),
16
M5.BOARD.M5Capsule: (None, 4),
17
M5.BOARD.M5Cardputer: (None, 44),
18
+ M5.BOARD.M5CardputerADV: (None, 44),
19
M5.BOARD.M5StickCPlus: (None, 9),
20
M5.BOARD.M5StickC: (None, 9),
21
M5.BOARD.M5StickCPlus2: (None, 19),
0 commit comments