-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump src/_micro-api/libraries/WIFIManager from
430a9bc
to a37f4fc
Bumps [src/_micro-api/libraries/WIFIManager](https://github.com/tzapu/WiFiManager) from `430a9bc` to `a37f4fc`. - [Release notes](https://github.com/tzapu/WiFiManager/releases) - [Commits](tzapu/WiFiManager@430a9bc...a37f4fc) --- updated-dependencies: - dependency-name: src/_micro-api/libraries/WIFIManager dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
597a105
commit d4cd55a
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 |