Skip to content

Commit 470c847

Browse files
modified: boards/d1_mini.json
deleted: boards/d1_mini_.json modified: platform.json
1 parent f1b43c7 commit 470c847

File tree

3 files changed

+11
-32
lines changed

3 files changed

+11
-32
lines changed

boards/d1_mini.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"wifi"
1313
],
1414
"frameworks": [
15-
"esp8266-rtos-sdk-idf"
15+
"esp8266-rtos-sdk-idf",
16+
"esp8266-rtos-sdk"
1617
],
1718
"name": "WeMos D1 R2 & mini",
1819
"upload": {

boards/d1_mini_.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

platform.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"esp8266-rtos-sdk-idf": {
2828
"package": "framework-esp8266-rtos-sdk-idf",
2929
"script": "builder/frameworks/esp8266-rtos-sdk-idf.py"
30+
},
31+
"esp8266-rtos-sdk": {
32+
"package": "framework-esp8266-rtos-sdk",
33+
"script": "builder/frameworks/esp8266-rtos-sdk-idf.py"
3034
}
3135
},
3236
"packages": {
@@ -39,6 +43,11 @@
3943
"optional": true,
4044
"version": "https://github.com/espressif/ESP8266_RTOS_SDK.git"
4145
},
46+
"framework-esp8266-rtos-sdk": {
47+
"type": "framework",
48+
"optional": true,
49+
"version": "https://github.com/espressif/ESP8266_RTOS_SDK.git"
50+
},
4251
"tool-esptool": {
4352
"type": "uploader",
4453
"version": "<2"

0 commit comments

Comments
 (0)