mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
OTA fixes - release
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
#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";
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user