mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #279] On Demand Portal SSID with ChipID? #232
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#232
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 @simonliu009 on GitHub (Jan 7, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/279
Hi tzapu,
The on demand portal is working like a charm.
Right now I can only use fixed SSID for the wifiManager.startConfigPortal(), is there any way to add the ChipID to the on demand portal SSID like the wifiManager.autoConnect() does?
I tried the following code but it failed to compile with the "no matching function for call to 'WiFiManager::startConfigPortal(String&)' wifiManager.startConfigPortal(onCmdSSID);" error .
`
`
@tzapu commented on GitHub (Jan 10, 2017):
hi,
it s been added to the development version
https://github.com/tzapu/WiFiManager/tree/development
cheers
@ArnieX commented on GitHub (Feb 12, 2017):
Hi @simonliu009,
I do it this way and it works:
Hope this helps.