Reduce ota flash partition erase block size - release

This commit is contained in:
Sebastien
2019-11-15 15:11:08 -05:00
parent 3e49fa8e2a
commit ea2bf2b4ec

View File

@@ -38,7 +38,7 @@
#include "esp_ota_ops.h"
#define OTA_FLASH_ERASE_BLOCK (4096*100)
#define OTA_FLASH_ERASE_BLOCK (1024*100)
static const char *TAG = "squeezelite-ota";
extern const uint8_t server_cert_pem_start[] asm("_binary_github_pem_start");
extern const uint8_t server_cert_pem_end[] asm("_binary_github_pem_end");