mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
Merge master
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# please read the SDK documents if you need to do this.
|
||||
#
|
||||
|
||||
CFLAGS += -fstack-usage \
|
||||
CFLAGS += -fstack-usage\
|
||||
-I$(COMPONENT_PATH)/../tools \
|
||||
-I$(COMPONENT_PATH)/../codecs/inc/alac \
|
||||
-I$(PROJECT_PATH)/main/
|
||||
|
||||
@@ -933,7 +933,7 @@ static unsigned int token_decode(const char *token)
|
||||
for (i = 0; i < 4; i++) {
|
||||
val *= 64;
|
||||
if (token[i] == '=')
|
||||
marker++;
|
||||
marker++;
|
||||
else if (marker > 0)
|
||||
return DECODE_ERROR;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user