File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
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_ESPECTRO" ,
5
+ "f_cpu" : " 80000000L" ,
6
+ "f_flash" : " 40000000L" ,
7
+ "flash_mode" : " dio" ,
8
+ "ldscript" : " esp8266.flash.4m1m.ld" ,
9
+ "mcu" : " esp8266" ,
10
+ "variant" : " espectro"
11
+ },
12
+ "frameworks" : [
13
+ " arduino"
14
+ ],
15
+ "name" : " ESPrectro Core" ,
16
+ "upload" : {
17
+ "maximum_ram_size" : 81920 ,
18
+ "maximum_size" : 4194304 ,
19
+ "require_upload_port" : true ,
20
+ "resetmethod" : " nodemcu" ,
21
+ "speed" : 921600
22
+ },
23
+ "url" : " https://shop.makestro.com/en/product/espectro-core/" ,
24
+ "vendor" : " DycodeX"
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.3 " ,
16
+ "version" : " 1.0.4-a1 " ,
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" ,
38
38
"framework-arduinoespressif8266" : {
39
39
"type" : " framework" ,
40
40
"optional" : true ,
41
- "version" : " ~1.20300.0 "
41
+ "version" : " ~1.20300.1 "
42
42
},
43
43
"framework-simba" : {
44
44
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments