added nextion flash 1.2 as FlashNextionFast command

This commit is contained in:
Johannes
2022-03-12 09:36:01 +01:00
committed by GitHub
parent 5585fe414b
commit 6a4409f3f9
2 changed files with 33 additions and 9 deletions

View File

@@ -17,9 +17,15 @@ Send's normal Custom Commands to the Screen in the following format:
- `FlashNextion URL`
Start's flashing a tft file to the nextion screen via Nextion Upload Protocol 1.1
Might be required to send the command twice (known issue, didn't investigate yet)
- `FlashNextionFast URL`
Start's flashing a tft file to the nextion screen via Nextion Upload Protocol 1.2
Might be required to send the command twice (known issue, didn't investigate yet)
Webserver must be reachable via HTTP and support Range Header
Example: `FlashNextion http://192.168.75.30:8123/local/nspanel.tft`