File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 15
15
src_dir = .
16
16
include_dir = .
17
17
18
- [env:d1_mini_lite ]
19
- platform = espressif8266
20
- board = d1_mini_lite
18
+ [env:d1_mini ]
19
+ platform = espressif8266@2.6.3 ; this tells platformio to use esp8266 core 2.7.4
20
+ board = d1_mini
21
21
framework = arduino
22
22
lib_ldf_mode = deep
23
23
lib_deps =
24
- EthernetENC = https://github.com/jandrassy/EthernetENC /archive/refs/tags/2 .0.1 .zip
24
+ https://github.com/UIPEthernet/UIPEthernet /archive/refs/tags/v2 .0.12 .zip
25
25
sui77/rc-switch @ ^2.6.3
26
26
https://github.com/ThingPulse/esp8266-oled-ssd1306/archive/4.2.0.zip
27
27
knolleary/PubSubClient @ ^2.8
28
28
; ignore html2raw.cpp source file for firmware compilation (external helper program)
29
- src_filter = +<*> -<html/*>
29
+ build_src_filter = +<*> -<html/*>
30
+ upload_speed = 460800
31
+ monitor_speed =115200
32
+ board_build.flash_mode = dio
33
+ board_build.ldscript = eagle.flash.4m2m.ld
34
+ board_build.f_cpu = 160000000L
35
+ board_build.f_flash = 80000000L
30
36
31
37
[env:sanguino_atmega1284p]
32
38
platform = atmelavr
@@ -36,8 +42,8 @@ board_build.variant = sanguino
36
42
framework = arduino
37
43
lib_ldf_mode = deep
38
44
lib_deps =
39
- EthernetENC = https://github.com/jandrassy/EthernetENC /archive/refs/tags/2 .0.1 .zip
45
+ https://github.com/UIPEthernet/UIPEthernet /archive/refs/tags/v2 .0.12 .zip
40
46
knolleary/PubSubClient @ ^2.8
41
47
greiman/SdFat @ 1.0.7
42
48
Wire
43
- src_filter = +<*> -<html/*>
49
+ build_src_filter = +<*> -<html/*>
You can’t perform that action at this time.
0 commit comments