Skip to content

Commit cec6531

Browse files
committed
libs/hardware/ir.py: Fix CardputerADV initialization IR failure.
Signed-off-by: lbuque <[email protected]>
1 parent d11408d commit cec6531

File tree

1 file changed

+1
-0
lines changed
  • m5stack/libs/hardware

1 file changed

+1
-0
lines changed

m5stack/libs/hardware/ir.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def __init__(self) -> None:
1515
M5.BOARD.M5AtomS3U: (None, 12),
1616
M5.BOARD.M5Capsule: (None, 4),
1717
M5.BOARD.M5Cardputer: (None, 44),
18+
M5.BOARD.M5CardputerADV: (None, 44),
1819
M5.BOARD.M5StickCPlus: (None, 9),
1920
M5.BOARD.M5StickC: (None, 9),
2021
M5.BOARD.M5StickCPlus2: (None, 19),

0 commit comments

Comments
 (0)