Skip to content
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

Save 2.3K in HTTPClient debug mode by PSTR #5387

Merged

Conversation

earlephilhower
Copy link
Collaborator

Convert the HTTPClient debug macro to store strings in PROGMEM and
use the printf_P method to dump them.

Saves ~2.3KB heap when in debug mode.

Convert the HTTPClient debug macro to store strings in PROGMEM and
use the printf_P method to dump them.

Saves ~2.3KB heap when in debug mode.
@earlephilhower earlephilhower added this to the 2.5.0 milestone Nov 29, 2018
@earlephilhower earlephilhower merged commit fcdffc5 into esp8266:master Nov 29, 2018
@earlephilhower earlephilhower deleted the httpclientdebugprogmem branch November 29, 2018 14:37
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants