Skip to content

Commit 18c2b17

Browse files
Use esp-wrover-kit as default board config
1 parent 0212537 commit 18c2b17

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

boards/custom_esp-wrover-kit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_comment": "This is a custom board configuration for an ESP32 with 8MB Flash. - Jan 8, 2025.",
2+
"_comment": "This is a custom board configuration for an ESP32 with 8MB PSRAM. - Jan 8, 2025.",
33
"build": {
44
"arduino":{
55
"ldscript": "esp32_out.ld"

platformio.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010

1111
[env:thingpulse-color-kit-grande]
1212
platform = espressif32@~6.10.0
13-
;board = esp-wrover-kit
14-
board = custom_esp-wrover-kit
13+
; esp-wrover-kit is 4MB ESP32-WROVER-B compatible.
14+
board = esp-wrover-kit
15+
; custom_esp-wrover-kit to enable 8MB PSRAM and a larger heap.
16+
;board = custom_esp-wrover-kit
1517
framework = arduino
1618
monitor_speed = 115200
1719
upload_speed = 1500000

0 commit comments

Comments
 (0)