Skip to content

availableForWrite missing from Print.h #4665

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
drmpf opened this issue Dec 29, 2020 · 3 comments
Closed

availableForWrite missing from Print.h #4665

drmpf opened this issue Dec 29, 2020 · 3 comments
Labels
Status: Stale Issue is stale stage (outdated/stuck)

Comments

@drmpf
Copy link
Contributor

drmpf commented Dec 29, 2020

Hardware:

Board: All
Core Installation version: Latest gitHub Master 29th Dec 2020
IDE name: Arduino-esp32/core
Flash Frequency: N/A
PSRAM enabled: N/A
Upload Speed: N/A
Computer OS: All

Description:

int availableForWrite() method is missing from Print.h
This causes ESP32 compiles to fail with Arduino compatible libraries that use Stream or Print and call availableForWrite()
(The ESP8266 lib has availableForWrite() method in Print.h)
Merge PULL request #4664 to fix this

Sketch: N/A

Debug Messages: N/A

@JAndrassy
Copy link
Contributor

duplicate of #4336

@stale
Copy link

stale bot commented Jun 23, 2021

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: Stale Issue is stale stage (outdated/stuck) label Jun 23, 2021
@stale
Copy link

stale bot commented Jul 8, 2021

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.

@stale stale bot closed this as completed Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Stale Issue is stale stage (outdated/stuck)
Projects
None yet
Development

No branches or pull requests

2 participants