mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 21:47:04 +03:00
look for eol in telnet - release
This commit is contained in:
@@ -241,7 +241,7 @@ void process_received_data(const char * buffer, size_t size){
|
||||
|
||||
// scrub from any escape command
|
||||
if(*c == '\e'){
|
||||
while(*(c++) !='n'){
|
||||
while(*(c++) != '\n'){
|
||||
--size;
|
||||
};
|
||||
--size;
|
||||
|
||||
Reference in New Issue
Block a user