works, needs more work
This commit is contained in:
parent
f94639c1a0
commit
4d23c1039b
6 changed files with 75 additions and 66 deletions
|
@ -14,3 +14,10 @@ board = esp32-evb
|
|||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
build_flags = -DCORE_DEBUG_LEVEL=3
|
||||
|
||||
[env:esp32-dev]
|
||||
platform = espressif32
|
||||
board = az-delivery-devkit-v4
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
build_flags = -DCORE_DEBUG_LEVEL=3
|
||||
|
|
Reference in a new issue