mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
Merge branch 'master-v4.3' into led_visu-v4.3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user