1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-28 05:01:28 +03:00
Files
esp8266/cores/esp8266
Earle F. Philhower, III 7f38e141c7 BREAKING: Add Print::availableForWrite method (#7658)
* Add Print::availableForWrite method

Adds an availableForWrite() method to the Print class, matching current
ArduinoCore-API commit 398e70f188e2b861c10d9ffe5e2bfcb6a4a4f489 .

Hook availableForWrite into the SDFS filesystem (other FSes don't have
this capability built-in).

Fixes #7650

* WiFiClient::availableForWrite proto matching Print

* Fix Netdump signedness warning

* Clean up Serial availableForWrite

This is evidently a breaking change due to the type difference.
Arduino's `availableForWrite` returns an `int`, while the
(multiply-implemented, non-virtual) core `availableForWrite` returned
`size_t`.
2020-10-27 11:55:42 +01:00
..
2019-05-14 00:09:54 +02:00
2020-08-23 19:43:32 +02:00
2019-05-14 00:09:54 +02:00
2019-05-14 00:09:54 +02:00
2020-09-25 11:12:39 +02:00
2020-05-26 20:04:49 -04:00
2020-04-23 12:15:21 -04:00
2019-05-14 00:09:54 +02:00
2020-09-25 11:12:39 +02:00
2020-09-25 11:12:39 +02:00
2020-09-25 11:12:39 +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
2020-04-23 12:15:21 -04:00
2019-05-14 00:09:54 +02:00
2020-09-25 11:12:39 +02:00
2019-05-14 00:09:54 +02:00
2020-07-07 10:22:00 +02:00
2020-07-07 11:12:43 -07:00
2020-07-09 09:59:49 -07:00
2014-12-01 00:34:28 +03:00