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
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:az-delivery-devkit-v4]
|
||||
[platformio]
|
||||
default_envs = esp32
|
||||
|
||||
[env:esp32]
|
||||
platform = espressif32
|
||||
board = az-delivery-devkit-v4
|
||||
framework = espidf
|
||||
monitor_speed = 115200
|
||||
build_flags =
|
||||
'-Iinclude'
|
||||
'-DESP_IDF_LWIP_HOOK_FILENAME="lwip_hooks.h"'
|
||||
'-I include'
|
||||
'-D ESP_IDF_LWIP_HOOK_FILENAME="lwip_hooks.h"'
|
||||
|
|
Reference in a new issue