diff --git a/HMI/nspanel.HMI b/HMI/nspanel.HMI index 88b31fde..f24b1229 100644 Binary files a/HMI/nspanel.HMI and b/HMI/nspanel.HMI differ diff --git a/README.md b/README.md index 96303af3..525072ac 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Upload "nextion.be" from tasmota folder of this repository and rename to "autoex ## 2. Flash tft File -Upload the tft file from HMI folder to a Webserver (for example www folder of Home Assistant) and execute the following command in Tasmota Console. +Upload the tft file from **nodered** folder to a Webserver (for example www folder of Home Assistant) and execute the following command in Tasmota Console. **Webserver needs to support HTTP Range Header Requests, python2/3 http server doesn't work** `FlashNextion http://192.168.75.30:8123/local/nspanel.tft` diff --git a/node-red-example-flow.json b/nodered/node-red-example-flow.json similarity index 100% rename from node-red-example-flow.json rename to nodered/node-red-example-flow.json diff --git a/nodered/nspanel.tft b/nodered/nspanel.tft new file mode 100644 index 00000000..b747e786 Binary files /dev/null and b/nodered/nspanel.tft differ