Skip to content

Commit e79669a

Browse files
committed
fix(board): Limit custom partition scheme to 8MB
- Limit the partition scheme from 16MB to 8MB
1 parent 72a899c commit e79669a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52966,7 +52966,7 @@ soldered_nula_deepsleep_esp32s3.menu.PartitionScheme.zigbee_zczr_8MB.build.parti
5296652966
soldered_nula_deepsleep_esp32s3.menu.PartitionScheme.zigbee_zczr_8MB.upload.maximum_size=3407872
5296752967
soldered_nula_deepsleep_esp32s3.menu.PartitionScheme.custom=Custom
5296852968
soldered_nula_deepsleep_esp32s3.menu.PartitionScheme.custom.build.partitions=
52969-
soldered_nula_deepsleep_esp32s3.menu.PartitionScheme.custom.upload.maximum_size=16777216
52969+
soldered_nula_deepsleep_esp32s3.menu.PartitionScheme.custom.upload.maximum_size=8388608
5297052970

5297152971
soldered_nula_deepsleep_esp32s3.menu.CPUFreq.240=240MHz (WiFi)
5297252972
soldered_nula_deepsleep_esp32s3.menu.CPUFreq.240.build.f_cpu=240000000L

0 commit comments

Comments
 (0)