From e576af72b7248b058e84cf7dd29c856ac81d30f9 Mon Sep 17 00:00:00 2001 From: Johannes <29555657+joBr99@users.noreply.github.com> Date: Mon, 18 Sep 2023 22:55:54 +0200 Subject: [PATCH] Update prepare_nspanel.md --- docs/prepare_nspanel.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/prepare_nspanel.md b/docs/prepare_nspanel.md index 3b277601..1a6d360e 100644 --- a/docs/prepare_nspanel.md +++ b/docs/prepare_nspanel.md @@ -27,11 +27,14 @@ After a reboot of tasmota your screen will light up with the stock display firmw Go to `Consoles` > `Console` in Tasmota and execute the following command: ``` -Backlog UrlFetch https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/tasmota/autoexec.be; Restart 1 +Backlog UrlFetch https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/tasmota/autoexec.be; SetOption151 0;Restart 1 ``` This will download the autoexec.be file from the repository and restart tasmota. +Note: The command is also disabling matter to free up memory, as it's most likely not used by any homeassistant users anyway. +(Matter could cause memory issues during flashing of the Nextion Screen, but you can still enable it if you need to.) + ## Flash Firmware to Nextion Screen Due the limitations of Berry, it's not possible to download the tft file directly from github, so I'm also renting a small server where you can download the file via HTTP.