Skip to content

Commit fc3e5ea

Browse files
committed
Added community allocated CIDs
1 parent d903982 commit fc3e5ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ports/espressif/boards/espressif_esp32_devkitc_v4_wroom_32e/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
CIRCUITPY_CREATOR_ID = 0x00000000
2-
CIRCUITPY_CREATION_ID = 0x00000000
1+
CIRCUITPY_CREATOR_ID = 0x000C303A
2+
CIRCUITPY_CREATION_ID = 0x0032C002
33

44
IDF_TARGET = esp32
55

ports/espressif/boards/espressif_esp32_devkitc_v4_wrover/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
CIRCUITPY_CREATOR_ID = 0x00000000
2-
CIRCUITPY_CREATION_ID = 0x00000000
1+
CIRCUITPY_CREATOR_ID = 0x000C303A
2+
CIRCUITPY_CREATION_ID = 0x0032C003
33

44
IDF_TARGET = esp32
55

0 commit comments

Comments
 (0)