uweather_firmware/platformio.ini

24 lines
671 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:esp12e]
platform = espressif8266
board = esp12e
framework = arduino
upload_speed = 921600
build_flags =
!bin/version.sh
extra_scripts = pre:bin/firmware_rename.py
lib_deps =
https://github.com/kenbarbour/HttpServer
Adafruit Unified Sensor@^1.1.1
Adafruit BME280 Library@^2.0.1
PubSubClient@^2.8