2024-06-30 19:52:32 +02: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:d1]
|
|
|
|
platform = espressif8266
|
|
|
|
board = d1
|
|
|
|
framework = arduino
|
|
|
|
monitor_speed =115200
|
|
|
|
upload_speed = 115200
|
|
|
|
monitor_filters = time
|
|
|
|
lib_deps =
|
|
|
|
adafruit/Adafruit BusIO @ 1.16.1
|
|
|
|
adafruit/Adafruit BME280 Library @ 2.2.4
|
|
|
|
adafruit/Adafruit Unified Sensor @ 1.1.14
|
|
|
|
|
|
|
|
build_flags =
|
2024-07-02 20:19:58 +02:00
|
|
|
-DKorrekturLuftdruck=25.6
|
2024-06-30 19:52:32 +02:00
|
|
|
|