Skip to content

Commit d056633

Browse files
committed
Merge branch 'release/v4.1.0'
2 parents 0b1998b + 19b9242 commit d056633

File tree

5 files changed

+38
-13
lines changed

5 files changed

+38
-13
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
*.pyc
2-
.pioenvs

boards/agruminolemon.json

+4-4
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
}

boards/d1_wroom_02.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "eagle.flash.2m64.ld"
5+
},
6+
"core": "esp8266",
7+
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_WEMOS_D1WROOM02",
8+
"f_cpu": "80000000L",
9+
"f_flash": "40000000L",
10+
"flash_mode": "dio",
11+
"mcu": "esp8266",
12+
"variant": "d1_mini"
13+
},
14+
"connectivity": [
15+
"wifi"
16+
],
17+
"frameworks": [
18+
"arduino",
19+
"esp8266-rtos-sdk",
20+
"esp8266-nonos-sdk"
21+
],
22+
"name": "WeMos D1 ESP-WROOM-02",
23+
"upload": {
24+
"maximum_ram_size": 81920,
25+
"maximum_size": 2097152,
26+
"require_upload_port": true,
27+
"resetmethod": "nodemcu",
28+
"speed": 115200
29+
},
30+
"url": "https://artofcircuits.com/product/esp-wroom-02-wifi-18650-battery-charger-board",
31+
"vendor": "WeMos"
32+
}

boards/nodemcuv2.json

-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
"f_cpu": "80000000L",
99
"f_flash": "40000000L",
1010
"flash_mode": "dio",
11-
"hwids": [
12-
[
13-
"0x10C4",
14-
"0xEA60"
15-
]
16-
],
1711
"mcu": "esp8266",
1812
"variant": "nodemcu"
1913
},

platform.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type": "git",
1818
"url": "https://github.com/platformio/platform-espressif8266.git"
1919
},
20-
"version": "4.0.1",
20+
"version": "4.1.0",
2121
"frameworks": {
2222
"arduino": {
2323
"package": "framework-arduinoespressif8266",
@@ -49,7 +49,7 @@
4949
"type": "framework",
5050
"optional": true,
5151
"owner": "platformio",
52-
"version": "~3.30002.0"
52+
"version": "~3.30101.0"
5353
},
5454
"framework-esp8266-rtos-sdk": {
5555
"type": "framework",

0 commit comments

Comments
 (0)