Skip to content

Commit 963e769

Browse files
bill88ttannewt
andauthored
Fix creator ids
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 1f83f59 commit 963e769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/espressif/boards/weact_esp32c6_n4/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CIRCUITPY_CREATOR_ID = 0x00111011
1+
CIRCUITPY_CREATOR_ID = 0x10111011
22
CIRCUITPY_CREATION_ID = 0x00C60004
33

44
IDF_TARGET = esp32c6

ports/espressif/boards/weact_esp32c6_n8/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CIRCUITPY_CREATOR_ID = 0x00111011
1+
CIRCUITPY_CREATOR_ID = 0x10111011
22
CIRCUITPY_CREATION_ID = 0x00C60008
33

44
IDF_TARGET = esp32c6

0 commit comments

Comments
 (0)