uweather_firmware/platformio.ini

24 lines
653 B
INI
Raw Normal View History

2019-12-18 09:03:10 -08:00
;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
2019-12-18 12:41:16 -08:00
upload_speed = 921600
2020-01-01 07:41:39 -08:00
build_flags =
!bin/version.sh
2019-12-18 09:03:10 -08:00
extra_scripts = pre:bin/firmware_rename.py
2020-01-24 07:49:23 -08:00
lib_deps =
https://github.com/kenbarbour/HttpServer
Adafruit Unified Sensor@^1.1.1
Adafruit BME280 Library@^2.0.1
2020-01-01 07:41:39 -08:00