Skip to content

Commit

Permalink
Merge branch 'release/v4.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jan 16, 2023
2 parents 0b1998b + 19b9242 commit d056633
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 13 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
*.pyc
.pioenvs
8 changes: 4 additions & 4 deletions boards/agruminolemon.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"arduino": {
"ldscript": "eagle.flash.4m1m.ld"
"ldscript": "eagle.flash.2m1m.ld"
},
"core": "esp8266",
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_AGRUMINO_LEMON_V4",
Expand All @@ -22,11 +22,11 @@
"name": "Lifely Agrumino Lemon v4",
"upload": {
"maximum_ram_size": 81920,
"maximum_size": 4194304,
"maximum_size": 2097152,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200
},
"url": "https://www.lifely.cc/lifely-3-0/",
"vendor": "Lifely"
"url": "https://www.lifely.cc/",
"vendor": "Lifely.cc"
}
32 changes: 32 additions & 0 deletions boards/d1_wroom_02.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"build": {
"arduino": {
"ldscript": "eagle.flash.2m64.ld"
},
"core": "esp8266",
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_WEMOS_D1WROOM02",
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"mcu": "esp8266",
"variant": "d1_mini"
},
"connectivity": [
"wifi"
],
"frameworks": [
"arduino",
"esp8266-rtos-sdk",
"esp8266-nonos-sdk"
],
"name": "WeMos D1 ESP-WROOM-02",
"upload": {
"maximum_ram_size": 81920,
"maximum_size": 2097152,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200
},
"url": "https://artofcircuits.com/product/esp-wroom-02-wifi-18650-battery-charger-board",
"vendor": "WeMos"
}
6 changes: 0 additions & 6 deletions boards/nodemcuv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"hwids": [
[
"0x10C4",
"0xEA60"
]
],
"mcu": "esp8266",
"variant": "nodemcu"
},
Expand Down
4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-espressif8266.git"
},
"version": "4.0.1",
"version": "4.1.0",
"frameworks": {
"arduino": {
"package": "framework-arduinoespressif8266",
Expand Down Expand Up @@ -49,7 +49,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~3.30002.0"
"version": "~3.30101.0"
},
"framework-esp8266-rtos-sdk": {
"type": "framework",
Expand Down

0 comments on commit d056633

Please sign in to comment.