Skip to content

Commit e9208b9

Browse files
author
Jozsef Kiraly
committed
fix: Allow duplicate PID for 4MB and 16MB variant
1 parent bb1b827 commit e9208b9

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
@@ -63,6 +63,7 @@
6363
],
6464
"0x239A:0x102E": ["weact_studio_pico", "weact_studio_pico_16mb"],
6565
"0x303A:0x8166": ["yd_esp32_s3_n8r8", "yd_esp32_s3_n16r8"],
66+
"0x2E8A:0x1020": [ "waveshare_rp2040_plus_4mb", "waveshare_rp2040_plus_16mb"],
6667
}
6768

6869
cli_parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)