File tree Expand file tree Collapse file tree 5 files changed +38
-13
lines changed Expand file tree Collapse file tree 5 files changed +38
-13
lines changed Original file line number Diff line number Diff line change 11* .pyc
2- .pioenvs
Original file line number Diff line number Diff line change 11{
22 "build" : {
33 "arduino" : {
4- "ldscript" : " eagle.flash.4m1m .ld"
4+ "ldscript" : " eagle.flash.2m1m .ld"
55 },
66 "core" : " esp8266" ,
77 "extra_flags" : " -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_AGRUMINO_LEMON_V4" ,
2222 "name" : " Lifely Agrumino Lemon v4" ,
2323 "upload" : {
2424 "maximum_ram_size" : 81920 ,
25- "maximum_size" : 4194304 ,
25+ "maximum_size" : 2097152 ,
2626 "require_upload_port" : true ,
2727 "resetmethod" : " nodemcu" ,
2828 "speed" : 115200
2929 },
30- "url" : " https://www.lifely.cc/lifely-3-0/ " ,
31- "vendor" : " Lifely"
30+ "url" : " https://www.lifely.cc/" ,
31+ "vendor" : " Lifely.cc "
3232}
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 88 "f_cpu" : " 80000000L" ,
99 "f_flash" : " 40000000L" ,
1010 "flash_mode" : " dio" ,
11- "hwids" : [
12- [
13- " 0x10C4" ,
14- " 0xEA60"
15- ]
16- ],
1711 "mcu" : " esp8266" ,
1812 "variant" : " nodemcu"
1913 },
Original file line number Diff line number Diff line change 1717 "type" : " git" ,
1818 "url" : " https://github.com/platformio/platform-espressif8266.git"
1919 },
20- "version" : " 4.0.1 " ,
20+ "version" : " 4.1.0 " ,
2121 "frameworks" : {
2222 "arduino" : {
2323 "package" : " framework-arduinoespressif8266" ,
4949 "type" : " framework" ,
5050 "optional" : true ,
5151 "owner" : " platformio" ,
52- "version" : " ~3.30002 .0"
52+ "version" : " ~3.30101 .0"
5353 },
5454 "framework-esp8266-rtos-sdk" : {
5555 "type" : " framework" ,
You can’t perform that action at this time.
0 commit comments