Deqing Sun

Results 12 comments of Deqing Sun

Don't have an old Mac to test. I can add -R back. If -R works, bootloader device will not be found and reenumerate will be ignored. Otherwise reenumerate will be...

> When the file is read as comma delimited, commas within the executed_notional limit buy/sell field (which is a dictionary) cause that column to be read as three separate columns...

@yoav-klein Thanks for providing the improvement. Just report 2 bugs I found: 1. The improvement will crash AudioFileSourceICYStream class, because the readImpl keeps uninitialized. I did some quick test to...

And here are my functional AudioFileSourceICYStream, it can deal with both chunked or regular stream. [AudioFileSource_ICY_HTTPS.zip](https://github.com/earlephilhower/ESP8266Audio/files/7997858/AudioFileSource_ICY_HTTPS.zip)

HI @yoav-klein, For exceptions reset, ESP will print a Backtrace in 115200. And such info can be decoded by [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder). However, it can not give useful info when you forget...

@sh-user The key to solve the problem is to load the data as much as possible at the beginning and stop when the data stream stops. So some change to...

@sh-user I tested on ESP32 with 16K buffer. That might be a reason.

@yoav-klein Another thing worth improving: The getChunkSize() using readStringUntil which is blocking. In the following case it may corrupt a lot of data. 1. The buffer is so large and...

@pbenaim https://github.com/earlephilhower/ESP8266Audio/pull/394

@roybaer Thanks the ```-x c``` does work with 13407 version. But the option seems not documented?