Skip to content

availableForWrite missing from Print.h #4665

Closed
@drmpf

Description

@drmpf

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

Activity

JAndrassy

JAndrassy commented on Dec 29, 2020

@JAndrassy
Contributor

duplicate of #4336

stale

stale commented on Jun 23, 2021

@stale

[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 commented on Jul 8, 2021

@stale

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: StaleIssue is stale stage (outdated/stuck)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      availableForWrite missing from Print.h · Issue #4665 · espressif/arduino-esp32