Files
IMT_IOT_ACTUATOR_TEMPLATE/platformio.ini
Julien Lazarewicz 3fdf508a5c no message
2026-03-29 23:46:22 +02:00

19 lines
581 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:adafruit_feather_esp32_v2]
platform = espressif32
board = adafruit_feather_esp32_v2
framework = arduino
lib_deps =
adafruit/Adafruit NeoPixel@^1.12.5
bblanchon/ArduinoJson@^7.2.2
knolleary/PubSubClient@^2.8