mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #300] How change ESP123456 to MyName123456? #252
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#252
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 @glowlabs on GitHub (Jan 25, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/300
Is it possible to change the "ESP" text in the autoConnect AP to a custom value?
@skx commented on GitHub (Feb 1, 2017):
See the
READMEfile.If you call the code like so, then it will use the name you've supplied:
In my case that creates a WiFi network called
TRAM-TIMES.@glowlabs commented on GitHub (Feb 7, 2017):
Sorry, I wasn't clear in my post. I would like to have my custom name + chipID.
Something like "MySSID-120548".
Is that possible?
@skx commented on GitHub (Feb 7, 2017):
Yes.
The default value comes from this code. You could use something similar like so:
If this helps please do close the issue :)
@glowlabs commented on GitHub (Feb 7, 2017):
Perfect, thats exactly what I needed. Thanks!