make some squeezelite symbol weak to force removal from recovery during link

This commit is contained in:
Philippe G
2021-12-28 20:04:24 -08:00
parent 9b20001c97
commit f076a7260e
7 changed files with 19 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
idf_component_register(SRC_DIRS .
INCLUDE_DIRS . ${IDF_PATH}/components/driver
REQUIRES json tools platform_config display wifi-manager
PRIV_REQUIRES soc esp32 squeezelite
PRIV_REQUIRES soc esp32
)

View File

@@ -28,7 +28,6 @@
#include "driver/gpio.h"
#include "driver/spi_common_internal.h"
#include "esp32/rom/efuse.h"
#include "adac.h"
#include "tools.h"
#include "monitor.h"
#include "messaging.h"