CO2_Monitor_V2/platformio.ini
2024-09-27 13:31:12 +02:00

30 lines
910 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:d1]
platform = espressif8266
board = d1
framework = arduino
monitor_speed = 115200
monitor_filters = time
lib_deps =
knolleary/PubSubClient @ 2.8
# RECOMMENDED
# Accept new functionality in a backwards compatible manner and patches
adafruit/Adafruit NeoPixel @ ^1.12.3
# Accept only backwards compatible bug fixes
# (any version with the same major and minor versions, and an equal or greater patch version)
adafruit/Adafruit NeoPixel @ ~1.12.3
# The exact version
adafruit/Adafruit NeoPixel @ 1.12.3