creationid / creators

Central place to register creation id creator ids. These are used to digitally identify anything.
https://creationid.org
BSD 2-Clause "Simplified" License
9 stars 31 forks source link

Add creation id for ESP32-C3S #22

Closed dhalbert closed 1 year ago

dhalbert commented 1 year ago

This board currently has these creator/creation IDs, which were chosen before

CIRCUITPY_CREATOR_ID = 0x70010001
CIRCUITPY_CREATION_ID = 0x00100001

Change to use one from the proper series. I'll make a corresponding PR in CircuitPython after this.

EDIT: Also fixed the other ESP32-C3 board to use one from the proper series. So there will be changes for both boards in circuitpython.

@skieast is this OK by you?

skieast commented 1 year ago

All good for me. Thanks.