Extended platformio config for further builds
This commit is contained in:
parent
94719be928
commit
153f289724
@ -8,8 +8,22 @@
|
|||||||
; 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:esp32dev]
|
[platformio]
|
||||||
platform = espressif32
|
default_envs = esp32
|
||||||
board = esp32dev
|
|
||||||
|
[env]
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
|
||||||
|
[env:esp32]
|
||||||
|
platform = espressif32
|
||||||
|
|
||||||
|
build_flags =
|
||||||
|
${env.build_flags}
|
||||||
|
-D=${PIOENV}
|
||||||
|
|
||||||
|
#lib_deps = https://github.com/lorol/LITTLEFS.git
|
||||||
|
|
||||||
|
board = esp32dev
|
||||||
board_build.partitions = partitions_custom.csv
|
board_build.partitions = partitions_custom.csv
|
||||||
|
monitor_filters = esp32_exception_decoder
|
||||||
|
monitor_speed = 115200
|
||||||
Loading…
Reference in New Issue
Block a user