Skip to content

Commit 2546ff6

Browse files
committed
Fix memory configuration for Lolin D32 Pro
Resolve #482
1 parent a147b3c commit 2546ff6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards/lolin_d32_pro.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ldscript": "esp32_out.ld"
55
},
66
"core": "esp32",
7-
"extra_flags": "-DARDUINO_LOLIN_D32_PRO",
7+
"extra_flags": "-DARDUINO_LOLIN_D32_PRO -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue",
88
"f_cpu": "240000000L",
99
"f_flash": "40000000L",
1010
"flash_mode": "dio",
@@ -18,7 +18,7 @@
1818
"can"
1919
],
2020
"debug": {
21-
"openocd_board": "esp-wroom-32.cfg"
21+
"openocd_board": "esp32-wrover.cfg"
2222
},
2323
"frameworks": [
2424
"arduino",
@@ -32,6 +32,6 @@
3232
"require_upload_port": true,
3333
"speed": 460800
3434
},
35-
"url": "https://wiki.wemos.cc/products:d32:d32_pro",
35+
"url": "https://www.wemos.cc/en/latest/d32/d32_pro.html",
3636
"vendor": "WEMOS"
3737
}

0 commit comments

Comments
 (0)