56 lines
1.4 KiB
INI
56 lines
1.4 KiB
INI
; 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 = esp32c3_supermini
|
|
|
|
[env:esp12e]
|
|
platform = espressif8266
|
|
board = esp12e
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
upload_speed = 921600
|
|
lib_deps =
|
|
khoih-prog/ESPAsync_WiFiManager
|
|
bblanchon/ArduinoJson@^6.19.4
|
|
vshymanskyy/Preferences@^2.0.0
|
|
mbed-multitech/flash-fs
|
|
fastled/FastLED@^3.7.0
|
|
arkhipenko/TaskScheduler@^3.7.0
|
|
drk/PubSubClient@^2.8
|
|
khoih-prog/ESPAsync_WiFiManager@^1.15.1
|
|
devyte/ESPAsyncDNSServer@^1.0.0
|
|
me-no-dev/ESPAsyncUDP
|
|
makuna/NeoPixelBus @ ^2.8.0
|
|
knolleary/PubSubClient@^2.8
|
|
lib_ldf_mode = chain+
|
|
monitor_filters =
|
|
default
|
|
esp8266_exception_decoder
|
|
board_build.filesystem = littlefs
|
|
board_build.f_cpu = 80000000L
|
|
|
|
[env:esp32c3_supermini]
|
|
board = dfrobot_beetle_esp32c3
|
|
platform = espressif32
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
monitor_filters =
|
|
esp32_exception_decoder
|
|
time
|
|
lib_deps =
|
|
fastled/FastLED@^3.7.0
|
|
knolleary/PubSubClient@^2.8
|
|
|
|
|
|
[env:esp32c3_supermini_network]
|
|
extends = env:esp32c3_supermini
|
|
upload_protocol = espota
|
|
upload_port = 10.206.0.101 |