Skip to content

Commit 481e6ab

Browse files
author
Luc
committed
Update README.md
Add description about tool developed by j0hnlittle
1 parent 9c90338 commit 481e6ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ So UI is kind of separated from FW which allow easier modifications. For this a
112112
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.
113113

114114
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
115119

116120
##Protocol for discovery
117121
*mDNS : on Station mode only with bonjour installed on computer (done)

0 commit comments

Comments
 (0)