diff --git a/troposphere/reboot_to_payload/source/main.c b/troposphere/reboot_to_payload/source/main.c index a6e6af5d8..c111c7fd0 100644 --- a/troposphere/reboot_to_payload/source/main.c +++ b/troposphere/reboot_to_payload/source/main.c @@ -4,7 +4,7 @@ #include -#define IRAM_PAYLOAD_MAX_SIZE 0x20000 +#define IRAM_PAYLOAD_MAX_SIZE 0x24000 #define IRAM_PAYLOAD_BASE 0x40010000 static alignas(0x1000) u8 g_reboot_payload[IRAM_PAYLOAD_MAX_SIZE];