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

hotfix: rename internal HTTP_HEAD to HTTP_HEADER #928

Merged
merged 4 commits into from
Aug 30, 2019

Conversation

d-a-v
Copy link
Contributor

@d-a-v d-a-v commented Aug 30, 2019

@tablatronix tablatronix added bug Validated BUG Documentation Flagged for docs Hotfix !eligible for hotfix labels Aug 30, 2019
@tablatronix tablatronix merged commit edce3fc into tzapu:master Aug 30, 2019
@tablatronix tablatronix removed the Hotfix !eligible for hotfix label Aug 30, 2019
@tablatronix tablatronix added this to the v0.15 milestone Aug 30, 2019
@@ -22,10 +22,10 @@ extern "C" {
#include "user_interface.h"
}

const char HTTP_HEAD[] PROGMEM = "<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\" name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=no\"/><title>{v}</title>";
const char HTTP_HEADER[] PROGMEM = "<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\" name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=no\"/><title>{v}</title>";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That HTTP_ is wrong/misleading/imprecise anyhow IMO. It should be HTML_.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but then they all have to change also.. Ill fix it in development branch its a major ver bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Validated BUG Documentation Flagged for docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants