Skip to content

Commit

Permalink
add exception for CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
applecuckoo committed Jun 19, 2024
1 parent 32f96db commit a17517f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci_check_duplicate_usb_vid_pid.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"0x303A:0x8166": ["yd_esp32_s3_n8r8", "yd_esp32_s3_n16r8"],
"0x2341:0x056B": ["arduino_nano_esp32s3", "arduino_nano_esp32s3_inverted_statusled"],
"0x2E8A:0x1020": ["waveshare_rp2040_plus_4mb", "waveshare_rp2040_plus_16mb"],
"0x2341:0x805A": ["arduino_nano_33_ble", "arduino_nano_33_ble_rev2"]
}

cli_parser = argparse.ArgumentParser(
Expand Down

0 comments on commit a17517f

Please sign in to comment.