fix(mqtt): increase partition size for ssl_mutual_auth example

The binary size (0x100110) slightly exceeds the default 1MB factory
partition, causing a build failure with 0x110 bytes overflow.
Use CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE to provide sufficient
space, consistent with other TLS-based mqtt examples.
This commit is contained in:
Guillaume Souchere
2026-05-29 08:07:14 +02:00
parent 41ea1c562f
commit ca7deb4bf7

View File

@@ -0,0 +1 @@
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y