-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
56 lines (53 loc) · 1.66 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
48
49
50
51
52
53
54
55
56
; 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
[platformio]
default_envs = lolin_d32_pro
[env]
framework = arduino
[env:lolin_d32_pro]
platform = espressif32
board = lolin_d32_pro
monitor_speed = 115200
extra_scripts = replace_fs.py
; change MCU frequency
board_build.f_cpu = 240000000L
;board_build.f_flash = 160000000L
upload_speed = 1000000
board_build.filesystem = littlefs
; lib_ldf_mode = deep+
monitor_filters = esp32_exception_decoder
board_upload.flash_size = 16MB
; board_upload.maximum_size = 8388608
board_upload.maximum_size = 16777216
board_build.partitions = partitions.csv
build_flags =
${env.build_flags}
-D=${PIOENV}
;-D CONFIG_LITTLEFS_FOR_IDF_3_2
lib_deps =
adafruit/Adafruit BusIO @ ^1.7.0
adafruit/Adafruit GFX Library
adafruit/Adafruit NeoPixel
arduino-libraries/NTPClient @ 3.1.0
bblanchon/ArduinoJson
fastled/FastLED@^3.4.0
greiman/SdFat
knolleary/PubSubClient
Links2004/[email protected]
marcmerlin/FastLED NeoMatrix
ropg/ezTime @ ^0.8.3
ayushsharma82/AsyncElegantOTA @ ^2.2.5
lorol/LittleFS_esp32 @ ^1.0.6
ottowinter/ESPAsyncTCP-esphome @ ^1.2.3
me-no-dev/AsyncTCP @ ^1.1.1
me-no-dev/ESP Async WebServer @ ^1.2.3
https://github.com/tzapu/WiFiManager.git#master
; https://github.com/khoih-prog/ESPAsync_WiFiManager.git#v1.12.2
; khoih-prog/ESP_DoubleResetDetector@>=1.3.1