Skip to content

Commit 7346461

Browse files
committed
Fix ROM size for WROOM-02
1 parent 5523550 commit 7346461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/esp_wroom_02.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"f_cpu": "80000000L",
66
"f_flash": "40000000L",
77
"flash_mode": "qio",
8-
"ldscript": "eagle.flash.4m1m.ld",
8+
"ldscript": "eagle.flash.2m.ld",
99
"mcu": "esp8266",
1010
"variant": "nodemcu"
1111
},
@@ -21,7 +21,7 @@
2121
"name": "ESP-WROOM-02",
2222
"upload": {
2323
"maximum_ram_size": 81920,
24-
"maximum_size": 4194304,
24+
"maximum_size": 2097152,
2525
"require_upload_port": true,
2626
"resetmethod": "nodemcu",
2727
"speed": 115200

0 commit comments

Comments
 (0)