Change platformio.ini
This commit is contained in:
parent
c0ac8349a3
commit
28a0753d3a
2 changed files with 6 additions and 3 deletions
|
@ -8,7 +8,10 @@
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:az-delivery-devkit-v4]
|
[platformio]
|
||||||
|
default_envs = esp32
|
||||||
|
|
||||||
|
[env:esp32]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = az-delivery-devkit-v4
|
board = az-delivery-devkit-v4
|
||||||
framework = espidf
|
framework = espidf
|
||||||
|
|
Reference in a new issue