-
Notifications
You must be signed in to change notification settings - Fork 218
/
platformio.ini
39 lines (33 loc) · 881 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = nodemcuv2
[env]
platform = espressif8266@^3
framework = arduino
board_build.filesystem = littlefs
board_build.ldscript = eagle.flash.4m2m.ld
lib_deps =
IRremoteESP8266@^2.7
https://github.com/tzapu/WiFiManager.git
ArduinoJson@^6.17
Time@^1.6
https://github.com/jjssoftware/Cryptosuite.git
monitor_speed = 115200
[env:nodemcuv2]
board = nodemcuv2
[env:d1]
board = d1
[env:d1_mini]
board = d1_mini
[env:d1_mini_lite]
board = d1_mini_lite
[env:d1_mini_pro]
board = d1_mini_pro