Skip to content

RAM optimization using program flash #25

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

Merged
merged 7 commits into from
Apr 22, 2015
Merged

Conversation

goopypanther
Copy link
Contributor

I created 2 functions to send PROGMEM strings directly from program flash to the ESP8266, this allows users to serve large amounts of html/etc that would otherwise be too big to fit into RAM.

I moved most of the constant strings used in the module into program flash, this saves about 1k of RAM.

shennongmin pushed a commit that referenced this pull request Apr 22, 2015
RAM optimization using program flash
@shennongmin shennongmin merged commit c5edd2b into itead:master Apr 22, 2015
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