mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #663] Changing template.h #555
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#555
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 @vaz83 on GitHub (Jul 17, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/663
Hi,
I am making some changes on the template.h file (changing the background color of the webportal), but everytime i compile, and then I open the page on the webbrowser, it's not changing the color, I view the code, and my changes are not there, seems the compiler is not noticing the changes I have made. Am i doing something wrong ?
Thanks!
@vaz83 commented on GitHub (Jul 17, 2018):
Anyone?
@tablatronix commented on GitHub (Jul 18, 2018):
Template is not used
@vaz83 commented on GitHub (Jul 18, 2018):
Sorry, my mistake, i meant using the strings_en.h. I have added in the code #define WIFI_MANAGER_OVERRIDE_STRINGS and added the consts i wanted to change before the #include <WiFiManager.h> but it isn't changing anything, only if i change the strings_en.h directly..
@tablatronix commented on GitHub (Jul 18, 2018):
Yeah you cannot define in sketch, I have not figured out how you can override that yet. I think you have to use a shared header. For now you have to modify the strings file.
@vaz83 commented on GitHub (Jul 18, 2018):
ok, i can live with that :) done it and already working, thanks :)
@tablatronix commented on GitHub (Jul 18, 2018):
You can do it but I have no idea how, I never got it to work.
I think you have to have multiple headers and an include tree.