Skip to content

Commit c0cde35

Browse files
committed
Merge branch 'release/v1.0.3'
2 parents a67f5cb + 088d9c3 commit c0cde35

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

boards/sparkfunBlynk.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"build": {
3+
"core": "esp8266",
4+
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_THING",
5+
"f_cpu": "80000000L",
6+
"f_flash": "40000000L",
7+
"flash_mode": "qio",
8+
"ldscript": "esp8266.flash.4m1m.ld",
9+
"mcu": "esp8266",
10+
"variant": "thing"
11+
},
12+
"frameworks": [
13+
"arduino"
14+
],
15+
"name": "SparkFun Blynk Board",
16+
"upload": {
17+
"maximum_ram_size": 81920,
18+
"maximum_size": 1044464,
19+
"require_upload_port": true,
20+
"resetmethod": "nodemcu",
21+
"speed": 115200
22+
},
23+
"url": "https://www.sparkfun.com/products/13794",
24+
"vendor": "SparkFun"
25+
}

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "git",
1414
"url": "https://github.com/platformio/platform-espressif8266.git"
1515
},
16-
"version": "1.0.2",
16+
"version": "1.0.3",
1717
"packageRepositories": [
1818
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
1919
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",

0 commit comments

Comments
 (0)