CSV file save on SPIFF filesystem, 10MB on internal flash
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
[env:esp32-s3-devkitc1-n16r8]
|
||||
board = esp32-s3-devkitc1-n16r8
|
||||
board_build.partitions = partitions/no_ota_10mb_spiffs.csv
|
||||
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
@@ -21,11 +22,11 @@ lib_deps =
|
||||
|
||||
;Upload protocol configuration
|
||||
upload_protocol = esptool
|
||||
upload_port = /dev/ttyACM2
|
||||
upload_port = COM8
|
||||
upload_speed = 921600
|
||||
|
||||
;Monitor configuration
|
||||
monitor_port = /dev/ttyACM2
|
||||
monitor_port = COM4
|
||||
monitor_speed = 921600
|
||||
|
||||
; Build configuration
|
||||
@@ -39,17 +40,18 @@ build_flags =
|
||||
|
||||
[env:esp32-s3-devkitc1-n16r8-debug]
|
||||
board = ${env:esp32-s3-devkitc1-n16r8.board}
|
||||
board_build.partitions = ${env:esp32-s3-devkitc1-n16r8.board_build.partitions}
|
||||
platform = ${env:esp32-s3-devkitc1-n16r8.platform}
|
||||
framework = ${env:esp32-s3-devkitc1-n16r8.framework}
|
||||
lib_deps = ${env:esp32-s3-devkitc1-n16r8.lib_deps}
|
||||
|
||||
;Upload protocol configuration
|
||||
upload_protocol = esptool
|
||||
upload_port = /dev/ttyACM2
|
||||
upload_port = COM4
|
||||
upload_speed = 921600
|
||||
|
||||
;Monitor configuration
|
||||
monitor_port = /dev/ttyACM2
|
||||
monitor_port = COM4
|
||||
monitor_speed = 921600
|
||||
|
||||
; Debug configuration
|
||||
|
||||
Reference in New Issue
Block a user