21 lines
669 B
INI
21 lines
669 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
|
|
thingsboard/ThingsBoard@^0.15.0
|
|
|
|
; Need to be updated according to your OS and hardware configuration
|
|
upload_port = /dev/cu.usbserial-59100221861
|