1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-21 21:22:31 +03:00
Files
esp8266/cores/esp8266
apicquot e43a586f0d Improved readString() for File (#5445)
* added new boards

* corrected block size error

* added board to last commit working well

* override of readString for File class
Stream::readString requires a timeout of 1 seconds + multiple memory resize

* correct indent
return if size 0 before reserve

* correct indent

* good indent

* stricter test for end of string

* same implementation than Stream by replacing timeRead by read

* reading file by block of 256

* make sure there is an end of string

* fixed bug for file size multiple of 256
string::concate(char*) needs a string terminator to work
2019-02-04 05:08:54 -03:00
..
2017-12-08 02:08:54 -03:00
2018-12-15 10:14:30 -08:00
2018-12-15 10:14:30 -08:00
2017-01-31 10:07:59 +03:00
2019-02-04 05:08:54 -03:00
2019-02-04 05:08:54 -03:00
2018-11-20 18:51:45 -02:00
2018-11-24 02:00:34 -03:00
2017-05-12 01:03:14 -05:00
2018-09-10 01:50:01 -03:00
2016-03-03 02:13:22 +03:00
2018-12-10 10:35:11 -03:00
2014-12-01 00:34:28 +03:00
2018-10-23 22:17:54 +02:00
2018-10-23 22:17:54 +02:00