File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 13
13
"type" : " git" ,
14
14
"url" : " https://github.com/platformio/platform-espressif8266.git"
15
15
},
16
- "version" : " 1.0.2 " ,
16
+ "version" : " 1.0.3 " ,
17
17
"packageRepositories" : [
18
18
" https://dl.bintray.com/platformio/dl-packages/manifest.json" ,
19
19
" https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download" ,
You can’t perform that action at this time.
0 commit comments