25 lines
708 B
INI
Executable File
25 lines
708 B
INI
Executable File
; 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 =74800
|
|
monitor_port = /dev/ttyUSB0
|
|
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 =
|
|
-DKorrekturLuftdruck=23.6
|
|
|