Lab_interaccio/2024/smartcitizen-kit-21-dev/esp/platformio.ini
2025-02-25 21:29:42 +01:00

38 lines
989 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
# ; http://docs.platformio.org/page/projectconf.html
[env:esp12e]
build_flags = !sh ../tools/git-rev.sh
platform = espressif8266@^2.6.2
board = esp12e
framework = arduino
lib_extra_dirs = ../lib
board_build.flash_mode = dio
upload_speed = 115200
upload_resetmethod = none
extra_scripts = uploadESP.py
lib_deps =
# ; Time -> id 44
# ; https://github.com/PaulStoffregen/Time
44@1.6
# ; ArduinoJson - > id 64
# ; https://github.com/bblanchon/ArduinoJson/releases
64@6.16.1
# ; PubSubclient -> id 89
# ; https://github.com/knolleary/pubsubclient
89@2.8
# ; ESPAsyncWeb server and dependencies
https://github.com/me-no-dev/ESPAsyncWebServer#f13685e