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

Pull from upstream master #1

Closed
wants to merge 1,042 commits into from
Closed

Pull from upstream master #1

wants to merge 1,042 commits into from

Conversation

sidoh
Copy link

@sidoh sidoh commented Sep 6, 2018

Think there are some changes in upstream that fix compatibility issues with more recent versions of the Arduino SDK:

tzapu#645

I think when we started using the fork it was because the WiFiManager project had plans to add the features you needed, but weren't able to merge them in quickly. Is it still the case that they don't have the features we need?

tablatronix and others added 30 commits February 5, 2021 11:09
Moves dns server out of webportal setup as it is only needed for softap and captive portal, still enabled for portal so cp can be toggled on and off
Replaces root WiFiManager title with cusotm as well as page title, Also swaps headers, title first then domain - ip
fix potential memory leak in  WiFiManagerParameter::setValue
This reverts commit 65d3aff, reversing
changes made to fe8d297.
tablatronix and others added 29 commits October 14, 2022 11:35
* refactor strings, split out consts breaking!

* move consts out of strings file BREAKING

You will have to remove the constants from your strings files and add the new include instead, a simple diff should obviously show the changes

* adds WM_STRINGS_FILE for env overrides

* Revert "move consts out of strings file BREAKING"

This reverts commit bb9f092.

* Create wm_strings_en.h

* final clean up of strings_en.h, legacy

* comments
I will add esp detection for this stuff before readding
add strings file `build_flags = -DWM_DEBUG_PORT=Serial  -DWM_DEBUG_LEVEL=4 -DWM_STRINGS_FILE="\"wm_strings_es.h\""`
menutokens pointers not actually in progmem
dirty fix, will have to add proper flashstring helper casts instead probably
Change `REQUIRES` to `PRIV_REQUIRES` because the public API of this package does not require users of this package to know about `arduino`.
@sidoh sidoh closed this by deleting the head repository Sep 13, 2023
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.