-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #347 from RFD-FHEM/dependabot/submodules/src/_micr…
…o-api/libraries/WIFIManager-a37f4fc Bump src/_micro-api/libraries/WIFIManager from `430a9bc` to `a37f4fc`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule WIFIManager
updated
16 files
+4 −4 | .github/workflows/compile_examples.yaml | |
+1 −1 | CMakeLists.txt | |
+5 −8 | README.md | |
+283 −221 | WiFiManager.cpp | |
+48 −24 | WiFiManager.h | |
+0 −0 | examples/NonBlocking/OnDemandNonBlocking/OnDemandNonBlocking.ino | |
+0 −0 | examples/OnDemand/OnDemandWebPortal/OnDemandWebPortal.ino | |
+49 −25 | examples/Super/OnDemandConfigPortal/OnDemandConfigPortal.ino | |
+2 −1 | extras/WiFiManager.template.html | |
+1 −1 | library.json | |
+1 −1 | library.properties | |
+27 −15 | wm_consts_en.h | |
+266 −0 | wm_consts_fr.h | |
+39 −38 | wm_strings_en.h | |
+282 −0 | wm_strings_es.h | |
+276 −0 | wm_strings_fr.h |