mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #876] Ability to add default SSID and Password using code. #740
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#740
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AboveTheHeavens on GitHub (May 1, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/876
So here is what I want to do:
I have a raspberry pi which I am using as server to control multiple nodemcus all of which are using WiFi manager.
I want to be able to "add" or "set" the ssid and password for connection using raspberry pi. In other words, instead of just having the option of setting wifi credentials using AP mode and changing the values for all nodes one by one, I want the pi to do it automatically.
Any idea how I can do this?
@tablatronix commented on GitHub (May 1, 2019):
you can if they are already on the network, otherwise you have to use ap mode, not sure how else you would do it, except have your code join the network and grab creds from the server but that has nothing to do with Wm