Skip to content

Commit 9a12fbc

Browse files
committed
Add Freenove name and ID to their board
1 parent a00365e commit 9a12fbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/espressif/boards/esp32-wrover-dev-cam/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* THE SOFTWARE.
2525
*/
2626

27-
#define MICROPY_HW_BOARD_NAME "Espressif ESP32-WROVER-DEV-CAM"
27+
#define MICROPY_HW_BOARD_NAME "Freenove ESP32-WROVER-DEV-CAM"
2828
#define MICROPY_HW_MCU_NAME "ESP32"
2929

3030
#define MICROPY_HW_LED_STATUS (&pin_GPIO2)

ports/espressif/boards/esp32-wrover-dev-cam/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CIRCUITPY_CREATOR_ID = 0x000C303A
1+
CIRCUITPY_CREATOR_ID = 0x1C330000
22
CIRCUITPY_CREATION_ID = 0x00D00001
33

44
IDF_TARGET = esp32

0 commit comments

Comments
 (0)