-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplatformio.ini
47 lines (41 loc) · 1.25 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
42
43
44
45
46
47
; 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]
framework = arduino
board_build.filesystem = littlefs
monitor_speed = 115200
lib_deps =
https://github.com/bblanchon/ArduinoJson
https://github.com/DFRobot/DFRobotDFPlayerMini
https://github.com/GyverLibs/FastBot
https://github.com/FastLED/FastLED
https://github.com/charno/FTPClientServer
https://github.com/GyverLibs/GyverButton
https://github.com/tzapu/WiFiManager
https://github.com/plerup/espsoftwareserial.git ;#8.0.1
https://github.com/dok-net/ghostl
[env:esp8266]
platform = espressif8266
board = nodemcuv2
;lib_deps = ${env.lib_deps}
; next two line for d1-mini
;monitor_rts = 0
;monitor_dtr = 0
[env:esp32]
platform = espressif32
board = esp32doit-devkit-v1
monitor_filters = esp32_exception_decoder
board_build.partitions = 400k_spiffs.csv
;lib_deps = ${env.lib_deps}
build_flags = -DESP32=1
[platformio]
description = Led WS2812B matrix clock
default_envs = esp8266
name = Clock