mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-27 04:40:48 +03:00
Merge branch 'master-v4.3' into led_visu-v4.3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
idf_component_register(SRC_DIRS .
|
||||
PRIV_REQUIRES _override esp_common wifi-manager pthread squeezelite-ota platform_console telnet display targets led_strip
|
||||
LDFRAGMENTS "linker.lf"
|
||||
)
|
||||
)
|
||||
|
||||
@@ -202,6 +202,11 @@ menu "Squeezelite-ESP32"
|
||||
default -1
|
||||
help
|
||||
I2S data input gpio pin to use (not used mostly, leave it to -1).
|
||||
config I2S_MCK_IO
|
||||
int "I2S Master Clock GPIO number"
|
||||
default -1
|
||||
help
|
||||
I2S data output gpio pin to use (not used mostly, leave it to -1).
|
||||
endmenu
|
||||
menu "I2C settings"
|
||||
config I2C_SDA
|
||||
|
||||
@@ -64,6 +64,11 @@ RTC_NOINIT_ATTR uint32_t RecoveryRebootCounter ;
|
||||
RTC_NOINIT_ATTR uint16_t ColdBootIndicatorFlag;
|
||||
bool cold_boot=true;
|
||||
|
||||
#ifdef CONFIG_IDF_TARGET_ESP32S3
|
||||
extern const char _ctype_[];
|
||||
const char* __ctype_ptr__ = _ctype_;
|
||||
#endif
|
||||
|
||||
static bool bNetworkConnected=false;
|
||||
|
||||
// as an exception _init function don't need include
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
[mapping:cpp]
|
||||
archive: libstdc++.a
|
||||
entries:
|
||||
* (extram_bss)
|
||||
if IDF_TARGET = "esp32":
|
||||
* (extram_bss)
|
||||
else:
|
||||
* (default)
|
||||
|
||||
Reference in New Issue
Block a user