You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,10 @@ So UI is kind of separated from FW which allow easier modifications. For this a
112
112
Additionally 404.tpl (the page not found) and restart.tpl(restart page when applying changes) are not mandatory, a fail safe version is embeded if they are not present.
113
113
114
114
Currently, I tested on ESP01 using 64K SPIFFS ( please use data directory content accordingly due to space limitation) and NodeMCU 1.0 1M SPIFFS.
115
+
##Modifying and Testing tpl files
116
+
To help to visualize tpl modifications a local tool has been created by [j0hnlittle](https://github.com/j0hnlittle) to avoid to upload everytime your tpl files just to see the results of your modifications
117
+
It is a python script (2.7+) located in tools directory, launch it: python server.py, then open browser: http://localhost:8080
118
+
It will display the web ui and allow some navigation
115
119
116
120
##Protocol for discovery
117
121
*mDNS : on Station mode only with bonjour installed on computer (done)
0 commit comments