removed tries to reduce size

This commit is contained in:
Patrick Haßel 2025-09-03 08:53:55 +02:00
parent 0eb51d8ad6
commit 0215f2ab94
2 changed files with 0 additions and 12 deletions

View File

@ -1,6 +0,0 @@
#Name,Type,SubType,Offset,Size,Flags
nvs,data,nvs,0x9000,0x4000,
otadata,data,ota,0xd000,0x2000,
app0,app,ota_0,0x10000,0x3C000,
app1,app,ota_1,,0x3C000,
spiffs,data,spiffs,,0x0E000,
1 #Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x4000
3 otadata data ota 0xd000 0x2000
4 app0 app ota_0 0x10000 0x3C000
5 app1 app ota_1 0x3C000
6 spiffs data spiffs 0x0E000

View File

@ -38,7 +38,6 @@ board = ${common.board}
framework = ${common.framework}
upload_speed = ${common.upload_speed}
monitor_speed = ${common.monitor_speed}
board_build.partitions = partitions.csv
build.filesystem = ${common.build.filesystem}
lib_deps = ${common.lib_deps}
build_flags = -D GosundSP111
@ -49,15 +48,10 @@ board = ${common.board}
framework = ${common.framework}
upload_speed = ${common.upload_speed}
monitor_speed = ${common.monitor_speed}
board_build.partitions = partitions.csv
build.filesystem = ${common.build.filesystem}
lib_deps = ${common.lib_deps}
upload_port = 10.0.0.179
build_flags = -D GosundSP111
; -Os
; -flto
; -fno-exceptions
; -fno-rtti
[env:GosundSP111_ESP32]
platform = espressif32