grosszeichendisplay/platformio.ini
2023-04-26 13:09:45 +02:00

31 lines
843 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:nodemcu-32s]
platform = espressif32
board = nodemcu-32s
framework = arduino
monitor_port = COM4
monitor_speed = 115200
monitor_filters = time
upload_port = COM4
build_flags =
-DNoDEBUG
-DHELLIGKEIT
-DNoDebugCO2
lib_deps =
knolleary/PubSubClient @ 2.8
adafruit/Adafruit GFX Library @ 1.10.4
2dom/PxMatrix LED MATRIX library @ 1.8.2
adafruit/Adafruit BusIO @ 1.7.2
adafruit/Adafruit HTU21DF Library @ 1.0.5