Change platformio.ini
This commit is contained in:
parent
c0ac8349a3
commit
28a0753d3a
2 changed files with 6 additions and 3 deletions
|
@ -8,11 +8,14 @@
|
||||||
; 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
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
build_flags =
|
build_flags =
|
||||||
'-Iinclude'
|
'-I include'
|
||||||
'-DESP_IDF_LWIP_HOOK_FILENAME="lwip_hooks.h"'
|
'-D ESP_IDF_LWIP_HOOK_FILENAME="lwip_hooks.h"'
|
||||||
|
|
Reference in a new issue