1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-16 00:43:00 +03:00
Files
esp8266/cores/esp8266
Earle F. Philhower, III 759ba27b62 Use 128B chunks instead of 1B writes in Print::print(FlashStringHelper) (#6893)
Fixes #6524

Should help with speed of output when printing large flash strings to
things like a file or a TCP connection.

Use a 128 byte chunk in a temp buffer to send data using write(),
reducing the # of write calls by ~128x.
2019-12-09 23:04:49 -03:00
..
2019-10-07 19:31:30 -03:00
2019-05-14 00:09:54 +02:00
2019-05-14 00:09:54 +02:00
2019-05-14 00:09:54 +02:00
2019-05-14 00:09:54 +02:00
2019-05-14 00:09:54 +02:00
2019-11-04 23:14:35 -03:00
2019-03-14 11:19:21 +01:00
2019-10-07 19:31:30 -03:00
2019-10-07 19:31:30 -03:00
2019-10-31 14:09:52 +01:00
2019-10-31 14:09:52 +01:00
2019-05-14 00:09:54 +02:00
2019-05-14 00:09:54 +02:00
2019-10-28 08:55:00 -03:00
2019-05-14 00:09:54 +02:00
2019-11-04 23:14:35 -03:00
2019-05-14 00:09:54 +02:00
2019-11-20 18:05:38 -07:00
2019-05-14 00:09:54 +02:00
2019-05-14 00:09:54 +02:00
2019-05-14 00:09:54 +02:00
2019-11-28 01:38:43 +01:00
2019-05-14 00:09:54 +02:00
2014-12-01 00:34:28 +03:00
2019-05-14 00:09:54 +02:00