21 lines
667 B
INI
21 lines
667 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:rpipicow]
|
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
|
board = rpipicow
|
|
framework = arduino
|
|
board_build.core = earlephilhower
|
|
lib_deps =
|
|
adafruit/DHT sensor library@^1.4.6
|
|
olikraus/U8g2@^2.35.19
|
|
arduino-libraries/NTPClient@^3.2.1
|
|
adafruit/Adafruit BME280 Library@^2.2.4
|