File tree 5 files changed +38
-13
lines changed
5 files changed +38
-13
lines changed Original file line number Diff line number Diff line change 1
1
* .pyc
2
- .pioenvs
Original file line number Diff line number Diff line change 1
1
{
2
2
"build" : {
3
3
"arduino" : {
4
- "ldscript" : " eagle.flash.4m1m .ld"
4
+ "ldscript" : " eagle.flash.2m1m .ld"
5
5
},
6
6
"core" : " esp8266" ,
7
7
"extra_flags" : " -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_AGRUMINO_LEMON_V4" ,
22
22
"name" : " Lifely Agrumino Lemon v4" ,
23
23
"upload" : {
24
24
"maximum_ram_size" : 81920 ,
25
- "maximum_size" : 4194304 ,
25
+ "maximum_size" : 2097152 ,
26
26
"require_upload_port" : true ,
27
27
"resetmethod" : " nodemcu" ,
28
28
"speed" : 115200
29
29
},
30
- "url" : " https://www.lifely.cc/lifely-3-0/ " ,
31
- "vendor" : " Lifely"
30
+ "url" : " https://www.lifely.cc/" ,
31
+ "vendor" : " Lifely.cc "
32
32
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "ldscript" : " eagle.flash.2m64.ld"
5
+ },
6
+ "core" : " esp8266" ,
7
+ "extra_flags" : " -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_WEMOS_D1WROOM02" ,
8
+ "f_cpu" : " 80000000L" ,
9
+ "f_flash" : " 40000000L" ,
10
+ "flash_mode" : " dio" ,
11
+ "mcu" : " esp8266" ,
12
+ "variant" : " d1_mini"
13
+ },
14
+ "connectivity" : [
15
+ " wifi"
16
+ ],
17
+ "frameworks" : [
18
+ " arduino" ,
19
+ " esp8266-rtos-sdk" ,
20
+ " esp8266-nonos-sdk"
21
+ ],
22
+ "name" : " WeMos D1 ESP-WROOM-02" ,
23
+ "upload" : {
24
+ "maximum_ram_size" : 81920 ,
25
+ "maximum_size" : 2097152 ,
26
+ "require_upload_port" : true ,
27
+ "resetmethod" : " nodemcu" ,
28
+ "speed" : 115200
29
+ },
30
+ "url" : " https://artofcircuits.com/product/esp-wroom-02-wifi-18650-battery-charger-board" ,
31
+ "vendor" : " WeMos"
32
+ }
Original file line number Diff line number Diff line change 8
8
"f_cpu" : " 80000000L" ,
9
9
"f_flash" : " 40000000L" ,
10
10
"flash_mode" : " dio" ,
11
- "hwids" : [
12
- [
13
- " 0x10C4" ,
14
- " 0xEA60"
15
- ]
16
- ],
17
11
"mcu" : " esp8266" ,
18
12
"variant" : " nodemcu"
19
13
},
Original file line number Diff line number Diff line change 17
17
"type" : " git" ,
18
18
"url" : " https://github.com/platformio/platform-espressif8266.git"
19
19
},
20
- "version" : " 4.0.1 " ,
20
+ "version" : " 4.1.0 " ,
21
21
"frameworks" : {
22
22
"arduino" : {
23
23
"package" : " framework-arduinoespressif8266" ,
49
49
"type" : " framework" ,
50
50
"optional" : true ,
51
51
"owner" : " platformio" ,
52
- "version" : " ~3.30002 .0"
52
+ "version" : " ~3.30101 .0"
53
53
},
54
54
"framework-esp8266-rtos-sdk" : {
55
55
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments