27 lines
852 B
INI
27 lines
852 B
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
|
|
|
|
[env:esp32doit-devkit-v1]
|
|
platform = espressif32@6.10.0
|
|
board = seeed_xiao_esp32c3
|
|
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
lib_deps =
|
|
ESP32Async/AsyncTCP
|
|
ESP32Async/ESPAsyncWebServer
|
|
ayushsharma82/ElegantOTA
|
|
knolleary/PubSubClient@^2.8
|
|
adafruit/Adafruit Fingerprint Sensor Library@^2.1.0
|
|
intrbiz/Crypto@^1.0.0
|
|
lib_ldf_mode = deep+
|
|
build_flags=-D ELEGANTOTA_USE_ASYNC_WEBSERVER=1
|
|
#build_flags = -D CUSTOM_GPIOS #uncomment this line if you'd like to enable customgpio support
|