mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-17 21:18:51 +03:00
idf.py app now builds both squeezelite and recovery in a single pass
This commit is contained in:
@@ -9,16 +9,7 @@
|
||||
#include "esp_attr.h"
|
||||
#include "esp_image_format.h"
|
||||
#include "esp_ota_ops.h"
|
||||
|
||||
#if RECOVERY_APPLICATION
|
||||
#define CODE_RAM_LOCATION
|
||||
#define RECOVERY_IRAM_FUNCTION IRAM_ATTR
|
||||
#else
|
||||
#define RECOVERY_IRAM_FUNCTION
|
||||
#define CODE_RAM_LOCATION
|
||||
#endif
|
||||
|
||||
|
||||
//
|
||||
|
||||
// ERASE BLOCK needs to be a multiple of sector size. If a different multiple is passed
|
||||
// the OTA process will adjust. Here, we need to strike the balance between speed and
|
||||
|
||||
Reference in New Issue
Block a user