2025-05-1600
This commit is contained in:
36
platformio.ini
Normal file
36
platformio.ini
Normal file
@ -0,0 +1,36 @@
|
||||
; 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
|
||||
-DHTU_Korrectur=-3.15
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user