Fix creator ids

Co-authored-by: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
Bill Sideris 2023-11-06 23:31:15 +02:00 committed by GitHub
parent 1f83f59928
commit 963e76961c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
CIRCUITPY_CREATOR_ID = 0x00111011
CIRCUITPY_CREATOR_ID = 0x10111011
CIRCUITPY_CREATION_ID = 0x00C60004
IDF_TARGET = esp32c6

View File

@ -1,4 +1,4 @@
CIRCUITPY_CREATOR_ID = 0x00111011
CIRCUITPY_CREATOR_ID = 0x10111011
CIRCUITPY_CREATION_ID = 0x00C60008
IDF_TARGET = esp32c6