-
Notifications
You must be signed in to change notification settings - Fork 10
New Web UI into master #91
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
Conversation
Beginning work on new web ui
The changes to WebUI.cpp are in the Firmware-Updates branch and are dependent on other changes in that branch. In particular, the addition of the HttpContent class.
Moving it /json to after /json/config resolves this
/json/config was hitting /json
I can't get LittleFS to flash OTA.
OTA the file system, then reboot the ESP.
Update github actions and change log
Fix input types not showing values.
# Conflicts: # CHANGELOG.md # lib/Config/Config.cpp # lib/Config/Config.h # lib/WebUI/WebUI.cpp # lib/WebUI/WebUI.h # src/main.cpp
|
I have reviewed this, and it's good to merge, but I'll let @wayne-love decide/review before merging into master. |
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
|
Update coming soon from me. |
I need to check I've correctly resolved the merge conflicts, but once I have we should merge this into master. I'll check it again tomorrow, as I don't want to break master...