We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a147b3c commit 2546ff6Copy full SHA for 2546ff6
boards/lolin_d32_pro.json
@@ -4,7 +4,7 @@
4
"ldscript": "esp32_out.ld"
5
},
6
"core": "esp32",
7
- "extra_flags": "-DARDUINO_LOLIN_D32_PRO",
+ "extra_flags": "-DARDUINO_LOLIN_D32_PRO -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue",
8
"f_cpu": "240000000L",
9
"f_flash": "40000000L",
10
"flash_mode": "dio",
@@ -18,7 +18,7 @@
18
"can"
19
],
20
"debug": {
21
- "openocd_board": "esp-wroom-32.cfg"
+ "openocd_board": "esp32-wrover.cfg"
22
23
"frameworks": [
24
"arduino",
@@ -32,6 +32,6 @@
32
"require_upload_port": true,
33
"speed": 460800
34
35
- "url": "https://wiki.wemos.cc/products:d32:d32_pro",
+ "url": "https://www.wemos.cc/en/latest/d32/d32_pro.html",
36
"vendor": "WEMOS"
37
}
0 commit comments