-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
41 lines (35 loc) · 1.15 KB
/
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
40
41
; 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
; https://docs.platformio.org/page/projectconf.html
[env]
platform = espressif8266
board = nodemcuv2
framework = arduino
upload_speed = 460800
board_build.f_cpu = 160000000L
board_build.filesystem = littlefs
monitor_speed = 115200
monitor_filters = esp8266_exception_decoder
time
lib_deps = fastled/FastLED@^3.6.0
me-no-dev/ESPAsyncTCP@^1.2.2
#me-no-dev/ESP Async WebServer@^1.2.4 TODO: doesn't work well
https://github.com/yubox-node-org/ESPAsyncWebServer.git
marvinroger/AsyncMqttClient@^0.9.0
arduino-libraries/NTPClient@^3.2.1
bblanchon/ArduinoJson@^7.1.0
[env:debug]
build_type = debug
build_flags = -D DEBUG -D DEBUG_LEVEL=1
[env:release]
build_flags = -O3 -ffp-contract=fast -ffast-math
[env:ota]
extends = env:release
upload_protocol = espota
upload_port = esp_lamp.local