Skip to content

Commit d44edc4

Browse files
authored
Merge pull request #6937 from jepler/issue6839
Use new unique ID for this board
2 parents 68386fa + a769bee commit d44edc4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ports/espressif/boards/ai_thinker_esp32-c3s-2m/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
CIRCUITPY_CREATOR_ID = 0x70010001
2-
CIRCUITPY_CREATION_ID = 0x00100001
1+
CIRCUITPY_CREATOR_ID = 0x000C303B
2+
CIRCUITPY_CREATION_ID = 0x00320001
33

44
IDF_TARGET = esp32c3
55

tools/ci_check_duplicate_usb_vid_pid.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"espressif_esp32s3_devkitc_1_n8r8",
5757
],
5858
"0x303A:0x7009": ["espressif_esp32s2_devkitc_1_n4", "espressif_esp32s2_devkitc_1_n4r2"],
59-
"0x70010001:0x00100001": ["ai_thinker_esp32-c3s", "ai_thinker_esp32-c3s-2m"],
6059
}
6160

6261
cli_parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)