Skip to content

Commit 46d25a4

Browse files
Update ldscript (#285)
* Update ldscript Update ldscript to real memory * Update flash size Co-authored-by: Ivan Kravets <me@ikravets.com>
1 parent d2f3b91 commit 46d25a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

boards/agruminolemon.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "eagle.flash.4m1m.ld"
4+
"ldscript": "eagle.flash.2m1m.ld"
55
},
66
"core": "esp8266",
77
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_AGRUMINO_LEMON_V4",
@@ -22,11 +22,11 @@
2222
"name": "Lifely Agrumino Lemon v4",
2323
"upload": {
2424
"maximum_ram_size": 81920,
25-
"maximum_size": 4194304,
25+
"maximum_size": 2097152,
2626
"require_upload_port": true,
2727
"resetmethod": "nodemcu",
2828
"speed": 115200
2929
},
30-
"url": "https://www.lifely.cc/lifely-3-0/",
31-
"vendor": "Lifely"
30+
"url": "https://www.lifely.cc/",
31+
"vendor": "Lifely.cc"
3232
}

0 commit comments

Comments
 (0)