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 a17517f commit 59954cfCopy full SHA for 59954cf
tools/ci_check_duplicate_usb_vid_pid.py
@@ -66,7 +66,7 @@
66
"0x303A:0x8166": ["yd_esp32_s3_n8r8", "yd_esp32_s3_n16r8"],
67
"0x2341:0x056B": ["arduino_nano_esp32s3", "arduino_nano_esp32s3_inverted_statusled"],
68
"0x2E8A:0x1020": ["waveshare_rp2040_plus_4mb", "waveshare_rp2040_plus_16mb"],
69
- "0x2341:0x805A": ["arduino_nano_33_ble", "arduino_nano_33_ble_rev2"]
+ "0x2341:0x805A": ["arduino_nano_33_ble", "arduino_nano_33_ble_rev2"],
70
}
71
72
cli_parser = argparse.ArgumentParser(
0 commit comments