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 d2f3b91 commit 46d25a4Copy full SHA for 46d25a4
boards/agruminolemon.json
@@ -1,7 +1,7 @@
1
{
2
"build": {
3
"arduino": {
4
- "ldscript": "eagle.flash.4m1m.ld"
+ "ldscript": "eagle.flash.2m1m.ld"
5
},
6
"core": "esp8266",
7
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_AGRUMINO_LEMON_V4",
@@ -22,11 +22,11 @@
22
"name": "Lifely Agrumino Lemon v4",
23
"upload": {
24
"maximum_ram_size": 81920,
25
- "maximum_size": 4194304,
+ "maximum_size": 2097152,
26
"require_upload_port": true,
27
"resetmethod": "nodemcu",
28
"speed": 115200
29
30
- "url": "https://www.lifely.cc/lifely-3-0/",
31
- "vendor": "Lifely"
+ "url": "https://www.lifely.cc/",
+ "vendor": "Lifely.cc"
32
}
0 commit comments