Initial commit
This commit is contained in:
30
platformio.ini
Normal file
30
platformio.ini
Normal file
@@ -0,0 +1,30 @@
|
||||
; 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
|
||||
|
||||
[platformio]
|
||||
default_envs = az-delivery-devkit-v4_ota
|
||||
|
||||
[env]
|
||||
platform = espressif32
|
||||
board = az-delivery-devkit-v4
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
densaugeo/base64@^1.4.0
|
||||
fastled/FastLED@^3.9.2
|
||||
marcmerlin/FastLED NeoMatrix@^1.2
|
||||
tzapu/WiFiManager@^2.0.17
|
||||
|
||||
[env:az-delivery-devkit-v4]
|
||||
monitor_speed = 115200
|
||||
monitor_filters = direct
|
||||
|
||||
[env:az-delivery-devkit-v4_ota]
|
||||
upload_protocol = espota
|
||||
upload_port = 192.168.178.xxx
|
||||
Reference in New Issue
Block a user