mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-18 16:56:34 +00:00
Set partition and decoder
This commit is contained in:
parent
7954c1912b
commit
aa649e7c68
@ -9,7 +9,8 @@ platform = espressif32@^2.0.0
|
|||||||
board = esp32dev
|
board = esp32dev
|
||||||
upload_port = COM4 ; To change the port, use platform_override.ini
|
upload_port = COM4 ; To change the port, use platform_override.ini
|
||||||
monitor_port = COM4 ; To change the port, use platform_override.ini
|
monitor_port = COM4 ; To change the port, use platform_override.ini
|
||||||
board_build.partitions = user_setups/esp32_partition_app1280k_spiffs1472k.csv
|
monitor_filters = esp32_exception_decoder
|
||||||
|
board_build.partitions = user_setups/esp32_partition_app1300k_spiffs1216k.csv
|
||||||
|
|
||||||
build_flags =
|
build_flags =
|
||||||
${flags.esp32_flags}
|
${flags.esp32_flags}
|
||||||
|
@ -13,7 +13,9 @@ monitor_port = COM2 ; To change the port, use platform_override.ini
|
|||||||
; upload_port = 10.4.0.171 ; IP of the ESP
|
; upload_port = 10.4.0.171 ; IP of the ESP
|
||||||
; upload_flags =
|
; upload_flags =
|
||||||
; --port=3232
|
; --port=3232
|
||||||
board_build.partitions = user_setups/esp32_partition_app1280k_spiffs1472k.csv
|
monitor_filters = esp32_exception_decoder
|
||||||
|
board_build.partitions = user_setups/esp32_partition_app1300k_spiffs1216k.csv
|
||||||
|
|
||||||
debug_tool = esp-prog
|
debug_tool = esp-prog
|
||||||
debug_init_break = tbreak setup
|
debug_init_break = tbreak setup
|
||||||
|
|
||||||
|
@ -10,7 +10,9 @@ platform = espressif32@^2.0.0
|
|||||||
board = esp32dev
|
board = esp32dev
|
||||||
upload_port = COM1 ; To change the port, use platform_override.ini
|
upload_port = COM1 ; To change the port, use platform_override.ini
|
||||||
monitor_port = COM1 ; To change the port, use platform_override.ini
|
monitor_port = COM1 ; To change the port, use platform_override.ini
|
||||||
board_build.partitions = user_setups/esp32_partition_app1280k_spiffs1472k.csv
|
monitor_filters = esp32_exception_decoder
|
||||||
|
board_build.partitions = user_setups/esp32_partition_app1300k_spiffs1216k.csv
|
||||||
|
|
||||||
debug_tool = esp-prog
|
debug_tool = esp-prog
|
||||||
debug_init_break = tbreak setup
|
debug_init_break = tbreak setup
|
||||||
|
|
||||||
|
@ -18,7 +18,9 @@ board = esp32cam
|
|||||||
debug_tool = esp-prog
|
debug_tool = esp-prog
|
||||||
debug_init_break = tbreak setup
|
debug_init_break = tbreak setup
|
||||||
;board_build.partitions = min_spiffs.csv
|
;board_build.partitions = min_spiffs.csv
|
||||||
board_build.partitions = user_setups/esp32_partition_app1280k_spiffs1472k.csv
|
monitor_filters = esp32_exception_decoder
|
||||||
|
board_build.partitions = user_setups/esp32_partition_app1300k_spiffs1216k.csv
|
||||||
|
|
||||||
;ESP32 CAM PINS
|
;ESP32 CAM PINS
|
||||||
build_flags =
|
build_flags =
|
||||||
${flags.esp32_flags}
|
${flags.esp32_flags}
|
||||||
|
@ -12,7 +12,9 @@ platform = espressif32@^2.0.0
|
|||||||
board = lolin_d32_pro
|
board = lolin_d32_pro
|
||||||
;upload_port = COM6 ; To change the port, use platform_override.ini
|
;upload_port = COM6 ; To change the port, use platform_override.ini
|
||||||
;monitor_port = COM6 ; To change the port, use platform_override.ini
|
;monitor_port = COM6 ; To change the port, use platform_override.ini
|
||||||
board_build.partitions = user_setups/esp32_partition_app1280k_spiffs1472k.csv
|
monitor_filters = esp32_exception_decoder
|
||||||
|
board_build.partitions = user_setups/esp32_partition_app1300k_spiffs1216k.csv
|
||||||
|
|
||||||
build_flags =
|
build_flags =
|
||||||
${flags.esp32_flags}
|
${flags.esp32_flags}
|
||||||
-DBOARD_HAS_PSRAM
|
-DBOARD_HAS_PSRAM
|
||||||
|
@ -10,7 +10,8 @@ platform = espressif32@^2.0.0
|
|||||||
board = nodemcu-32s
|
board = nodemcu-32s
|
||||||
upload_port = COM3 ; To change the port, use platform_override.ini
|
upload_port = COM3 ; To change the port, use platform_override.ini
|
||||||
monitor_port = COM3 ; To change the port, use platform_override.ini
|
monitor_port = COM3 ; To change the port, use platform_override.ini
|
||||||
board_build.partitions = user_setups/esp32_partition_app1280k_spiffs1472k.csv
|
monitor_filters = esp32_exception_decoder
|
||||||
|
board_build.partitions = user_setups/esp32_partition_app1300k_spiffs1216k.csv
|
||||||
debug_tool = esp-prog
|
debug_tool = esp-prog
|
||||||
debug_init_break = tbreak setup
|
debug_init_break = tbreak setup
|
||||||
|
|
||||||
|
@ -16,7 +16,9 @@ upload_flags =
|
|||||||
|
|
||||||
;upload_port = COM9 ; To change the port, use platform_override.ini
|
;upload_port = COM9 ; To change the port, use platform_override.ini
|
||||||
monitor_port = COM9 ; To change the port, use platform_override.ini
|
monitor_port = COM9 ; To change the port, use platform_override.ini
|
||||||
board_build.partitions = user_setups/esp32_partition_app1300k_spiffs1216k.csv ; default.csv
|
monitor_filters = esp32_exception_decoder
|
||||||
|
board_build.partitions = user_setups/esp32_partition_app1300k_spiffs1216k.csv
|
||||||
|
|
||||||
build_flags =
|
build_flags =
|
||||||
${flags.esp32_flags}
|
${flags.esp32_flags}
|
||||||
; -- TFT_eSPI build options ------------------------
|
; -- TFT_eSPI build options ------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user