ESP8266WeatherStation/platformio.ini
Thomas Kolb 388d8ffc63 Initial commit: basic working version
The firmware currently has the following features:

- Start a webserver on port 80, serving the measurement data as JSON
- Read WLAN credentials from LittleFS
- Asynchronous reading of the BME680 every 10 seconds
2020-11-15 17:41:56 +01:00

22 lines
614 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 = d1_mini
framework = arduino
lib_deps =
adafruit/Adafruit BME680 Library@^1.1.1
adafruit/Adafruit Unified Sensor@^1.1.4
SPI
Wire
monitor_speed = 115200
board_build.filesystem = littlefs