File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "ldscript" : " eagle.flash.4m1m.ld"
5
+ },
6
+ "core" : " esp8266" ,
7
+ "extra_flags" : " -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_SCHIRMILABS_EDUINO_WIFI" ,
8
+ "f_cpu" : " 80000000L" ,
9
+ "f_flash" : " 40000000L" ,
10
+ "flash_mode" : " dio" ,
11
+ "mcu" : " esp8266" ,
12
+ "variant" : " eduinowifi"
13
+ },
14
+ "connectivity" : [
15
+ " wifi"
16
+ ],
17
+ "frameworks" : [
18
+ " arduino" ,
19
+ " esp8266-rtos-sdk" ,
20
+ " esp8266-nonos-sdk"
21
+ ],
22
+ "name" : " Schirmilabs Eduino WiFi" ,
23
+ "upload" : {
24
+ "maximum_ram_size" : 81920 ,
25
+ "maximum_size" : 4194304 ,
26
+ "require_upload_port" : true ,
27
+ "resetmethod" : " nodemcu" ,
28
+ "speed" : 115200
29
+ },
30
+ "url" : " https://github.com/schirmilabs/Eduino-WiFi" ,
31
+ "vendor" : " Schirmilabs"
32
+ }
Original file line number Diff line number Diff line change 46
46
"framework-arduinoespressif8266" : {
47
47
"type" : " framework" ,
48
48
"optional" : true ,
49
- "version" : " ~3.20603 .0"
49
+ "version" : " ~3.20700 .0"
50
50
},
51
51
"framework-esp8266-rtos-sdk" : {
52
52
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments