mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #999] Changing AP interface? #851
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#851
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 @bydoctor on GitHub (Jan 28, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/999
I try to change template.h and and html file of template and uploaded the sketch it seems same.
How we can change interface when we go to 192.168.4.1 page? I want to configure the Page on my language. But i couldnt
@tablatronix commented on GitHub (Jan 28, 2020):
strings are not in that file, they are in the source
@bydoctor commented on GitHub (Jan 28, 2020):
Then where the file? I just see strings in that extras file. How can i do? Please help bro i just want to edit congifure wifi , configure wifi(noscan) ... page according to my language .
@dknop97 commented on GitHub (Jan 28, 2020):
You need to change the strings in the WifiManager.h file (see the images in the links below). They are the same strings as the template.h file, in the extras folder. For this, while editing, I use the Sublime Text editor to create my html page and, after editing, I select the part of the HTML code to join it in one line (ctrl + j), following the separation of original tags of model.
Sorry for my English, I'm still improving.
https://i.imgur.com/mMXMSEm.png -> WifiManager.h
https://i.imgur.com/dLt6E97.png -> Join Lines command in Sublime Text 3
@bydoctor commented on GitHub (Jan 28, 2020):
oh man thank you i missed that part now solved my problem thank all of you :)
@tablatronix commented on GitHub (Jan 28, 2020):
In development branch next version these have been moved to Lang_strings.h