Skip to content

Commit a17517f

Browse files
committed
add exception for CI check
1 parent 32f96db commit a17517f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ci_check_duplicate_usb_vid_pid.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"0x303A:0x8166": ["yd_esp32_s3_n8r8", "yd_esp32_s3_n16r8"],
6767
"0x2341:0x056B": ["arduino_nano_esp32s3", "arduino_nano_esp32s3_inverted_statusled"],
6868
"0x2E8A:0x1020": ["waveshare_rp2040_plus_4mb", "waveshare_rp2040_plus_16mb"],
69+
"0x2341:0x805A": ["arduino_nano_33_ble", "arduino_nano_33_ble_rev2"]
6970
}
7071

7172
cli_parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)