-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make changes to the web interface #120
Comments
You will need some basic programming knowledge. |
Thanks I got it. |
Installed mpn and gem, run grunt build in html directory. |
refresh the browser. |
Of course, I restarted the browser and cleared the cache |
How did you send it to the controller? What exactly did you send? |
In the platformio below I click on the arrow and send it to the controller. |
Well. You have to convert the bm.htm.gz file into a C header file, and put it in "locales/" in the right name. There is no automation for this. |
Thanks for the answer. |
Hello!
I need to make changes to the web interface. I want to change names, for this I make changes in html /src/locales/english.json, save the file, compile the project, load the bin file into the controller ESP8266.
I open the web interface and see no changes, refresh the page, clear browser cache, I clear the browser cache but nothing changes.
What am I doing wrong?
Perhaps you need to make changes to some other file?
The text was updated successfully, but these errors were encountered: