grosszeichendisplay/platformio.ini

32 lines
937 B
INI
Raw Normal View History

2023-04-26 13:09:45 +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:nodemcu-32s]
platform = espressif32
board = nodemcu-32s
framework = arduino
2023-05-09 17:58:01 +02:00
monitor_port = /dev/ttyUSB0
2023-04-26 13:09:45 +02:00
monitor_speed = 115200
monitor_filters = time
2023-05-09 17:58:01 +02:00
upload_port = /dev/ttyUSB0
2023-04-26 13:09:45 +02:00
build_flags =
-DNoDEBUG
-DHELLIGKEIT
2023-05-09 19:05:25 +02:00
-DNODebugCO2
2023-04-26 13:09:45 +02:00
lib_deps =
knolleary/PubSubClient @ 2.8
;adafruit/Adafruit GFX Library @ 1.10.4
adafruit/Adafruit GFX Library @ 1.11.9
2023-04-26 13:09:45 +02:00
2dom/PxMatrix LED MATRIX library @ 1.8.2
;adafruit/Adafruit BusIO @ 1.7.2
adafruit/Adafruit BusIO @ 1.16.1
2024-06-30 20:09:38 +02:00
adafruit/Adafruit HTU21DF Library @ 1.0.5