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

[Enhance] Use sendContent in HTTP #96

Closed
yakumo-saki opened this issue Apr 2, 2021 · 0 comments · Fixed by #97
Closed

[Enhance] Use sendContent in HTTP #96

yakumo-saki opened this issue Apr 2, 2021 · 0 comments · Fixed by #97
Assignees
Labels

Comments

@yakumo-saki
Copy link
Owner

problem

  • Can't send PROGMEM content via WebServer.sendContent();
  • Store HTML in String causes memory consumption

about to change

  • Use webserver.sendContent(); to solve above problems
@yakumo-saki yakumo-saki self-assigned this Apr 2, 2021
yakumo-saki added a commit that referenced this issue Apr 2, 2021
yakumo-saki added a commit that referenced this issue Apr 3, 2021
* start v45 branch

* #36 add config struct (#83)

* Split stastics

* ADD: autodimmer implementation

* Add autodimmer enable/disable log

* Add config set API message

* change AutoDimWait 30->10

* checkpoint commit

* intermediate commit

* fix setup mode wifi

* last 1 error

* compile passed!

* fix config read bug

* startup success

* move SimpleMap to include

* add setup post BUGCHECK

* debuglog to category log

* delete comment

* [BUG] Waning is override by Caution (#88)

Fixes #85

* yakumo-saki/issue89 (#90)

* [Enhance] Config Metadata
Fixes #89

* Add comment

* Prepare for add validation

* [Enhance] Config Metadata
Fixes #89

* [BUG] set api not response invalid key (#94)

Fixes #91

* [Enhance] value error handling on Config Set API
Fixes #93

* ignore embed dir (generated)

* add embed to gitignore

* fix gitignore

* CSS: setup_err background color

* [Enhance] Use sendContent in HTTP
Fixes #96

* Update documents for v45

* Update docs
yakumo-saki added a commit that referenced this issue Dec 12, 2022
* start v45 branch

* #36 add config struct (#83)

* Split stastics

* ADD: autodimmer implementation

* Add autodimmer enable/disable log

* Add config set API message

* change AutoDimWait 30->10

* checkpoint commit

* intermediate commit

* fix setup mode wifi

* last 1 error

* compile passed!

* fix config read bug

* startup success

* move SimpleMap to include

* add setup post BUGCHECK

* debuglog to category log

* delete comment

* [BUG] Waning is override by Caution (#88)

Fixes #85

* yakumo-saki/issue89 (#90)

* [Enhance] Config Metadata
Fixes #89

* Add comment

* Prepare for add validation

* [Enhance] Config Metadata
Fixes #89

* [BUG] set api not response invalid key (#94)

Fixes #91

* [Enhance] value error handling on Config Set API
Fixes #93

* ignore embed dir (generated)

* add embed to gitignore

* fix gitignore

* CSS: setup_err background color

* [Enhance] Use sendContent in HTTP
Fixes #96

* Update documents for v45

* Update docs

* fix compile error

* fix wrong diff value on boot

* Prepare for webconfig in normal mode

* test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant