OTA fixes - release

This commit is contained in:
Sebastien
2019-11-15 15:31:24 -05:00
parent ea2bf2b4ec
commit 391bc24dc7

View File

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