mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-13 04:42:01 +03:00
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:
@@ -0,0 +1 @@
|
||||
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
|
||||
Reference in New Issue
Block a user