mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-19 05:58:34 +03:00
update sector size to 512 bytes for ota
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
#include "esp_attr.h"
|
||||
#if RECOVERY_APPLICATION
|
||||
#define CODE_RAM_LOCATION IRAM_ATTR
|
||||
#define CODE_RAM_LOCATION
|
||||
#else
|
||||
#define CODE_RAM_LOCATION
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user