[GH-ISSUE #768] Create example, user config param for apname and password plus #642

Open
opened 2026-02-28 01:26:21 +03:00 by kerem · 6 comments
Owner

Originally created by @tablatronix on GitHub (Nov 19, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/768

Often Requested

Create an example using custom params to display, save and read (flash) custom apname and password for wm ap mode.

Allow end user to change apname and password ( and other options ) via config page, implement via example not core code.

( just edit the customparams examples )

additional wm options

Allow end user to change other options via config page, save as wm config struct? captive portal, cp timeout, etc

Originally created by @tablatronix on GitHub (Nov 19, 2018). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/768 ## Often Requested Create an example using custom params to display, save and read (flash) custom apname and password for wm ap mode. Allow end user to change apname and password ( and other options ) via config page, implement via example not core code. ( just edit the customparams examples ) ### additional wm options Allow end user to change other options via config page, save as wm config struct? captive portal, cp timeout, etc
Author
Owner

@tablatronix commented on GitHub (Nov 19, 2018):

suggested options

basic

  • set cp apname
  • set cp password or open

advanced

  • setCaptivePortalEnable
  • setConfigPortalTimeout
  • setWebPortalClientCheck
  • setEnableConfigPortal ( disable autoconnect cp, if you have a button etc )
  • setCountry
  • setHostname

style

  • set invert (light/dark theme)
  • show duplicate aps
  • minimum rssi percentage
  • show percentage
  • custom css input..
  • set theme color using css variables?
:root{
	 /* CSS VARIABLE THEME COLOR */
	/*--primarycolor:#9933CC;*/
	--primarycolor:#1fa3ec;
}
<!-- gh-comment-id:439968839 --> @tablatronix commented on GitHub (Nov 19, 2018): suggested options ## basic - [ ] set cp apname - [ ] set cp password or open ### advanced - [ ] setCaptivePortalEnable - [ ] setConfigPortalTimeout - [ ] setWebPortalClientCheck - [ ] setEnableConfigPortal ( disable autoconnect cp, if you have a button etc ) - [ ] setCountry - [ ] setHostname ### style - [ ] set invert (light/dark theme) - [ ] show duplicate aps - [ ] minimum rssi percentage - [ ] show percentage - [ ] custom css input.. - [ ] set theme color using css variables? ```CSS :root{ /* CSS VARIABLE THEME COLOR */ /*--primarycolor:#9933CC;*/ --primarycolor:#1fa3ec; } ```
Author
Owner

@serabiasin commented on GitHub (Jul 27, 2019):

Hello, does this feature already implemented? if not, i wanna try to implement the feature

<!-- gh-comment-id:515681022 --> @serabiasin commented on GitHub (Jul 27, 2019): Hello, does this feature already implemented? if not, i wanna try to implement the feature
Author
Owner

@tablatronix commented on GitHub (Jul 27, 2019):

It is not

<!-- gh-comment-id:515696342 --> @tablatronix commented on GitHub (Jul 27, 2019): It is not
Author
Owner

@scropion86 commented on GitHub (Jul 28, 2019):

could you have a look to this library it has a lot of similarities with WM and working on ESP32 also.

<!-- gh-comment-id:515760078 --> @scropion86 commented on GitHub (Jul 28, 2019): could you have a look to [this library](https://hieromon.github.io/AutoConnect/) it has a lot of similarities with WM and working on ESP32 also.
Author
Owner

@tablatronix commented on GitHub (Jul 28, 2019):

Why? Wm already works on esp32..

<!-- gh-comment-id:515794782 --> @tablatronix commented on GitHub (Jul 28, 2019): Why? Wm already works on esp32..
Author
Owner

@scropion86 commented on GitHub (Jul 30, 2019):

i was not aware that Wm working with ESP32 as not mentioned in the Read me , after checking the development branch only has it mentioned.
nice to know

<!-- gh-comment-id:516318281 --> @scropion86 commented on GitHub (Jul 30, 2019): i was not aware that Wm working with ESP32 as not mentioned in the Read me , after checking the development branch only has it mentioned. nice to know
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#642
No description provided.