Moirtz Wagner 379b4887c3 Update housing and code
--add local timezone
--add sunrise/sunset calculation and LED illumination accordingly
--remove touch sensor check
--change mqtt messages
2025-05-13 19:07:14 +02:00

27 lines
879 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
upload_protocol = espota
upload_port = 192.168.179.71
framework = arduino
monitor_speed = 115200
lib_deps =
ESP32Async/AsyncTCP
ESP32Async/ESPAsyncWebServer
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