mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
add castom partition for esp32
This commit is contained in:
@@ -92,7 +92,7 @@ board_build.filesystem = littlefs
|
||||
build_flags = -Desp32_4mb="esp32_4mb"
|
||||
framework = arduino
|
||||
board = esp32dev
|
||||
platform = espressif32 @3.3.0
|
||||
platform = espressif32 @3.4.0
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${common_env_data.lib_deps_internal}
|
||||
@@ -111,6 +111,7 @@ lib_deps =
|
||||
monitor_filters = esp32_exception_decoder
|
||||
upload_speed = 921600
|
||||
monitor_speed = 115200
|
||||
board_build.partitions = esp32_partitions.csv
|
||||
|
||||
[env:esp32_mysensors_4mb]
|
||||
build_flags = -Desp32_mysensors_4mb="esp32_mysensors_4mb"
|
||||
|
||||
Reference in New Issue
Block a user