grosszeichendisplay/platformio.ini
hans-jurgen 4d306b91b9 Aenderungen vom 2024-07-01
-# die mit '#' b-eginnen, werden ignoriert, und eine leere Beschreibung
2024-07-01 01:39:56 +02:00

32 lines
937 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 = /dev/ttyUSB0
monitor_speed = 115200
monitor_filters = time
upload_port = /dev/ttyUSB0
build_flags =
-DNoDEBUG
-DHELLIGKEIT
-DNODebugCO2
lib_deps =
knolleary/PubSubClient @ 2.8
;adafruit/Adafruit GFX Library @ 1.10.4
adafruit/Adafruit GFX Library @ 1.11.9
2dom/PxMatrix LED MATRIX library @ 1.8.2
;adafruit/Adafruit BusIO @ 1.7.2
adafruit/Adafruit BusIO @ 1.16.1
adafruit/Adafruit HTU21DF Library @ 1.0.5