diff --git a/tasmota/autoexec.be b/tasmota/autoexec.be index c25a6085..7a1405db 100644 --- a/tasmota/autoexec.be +++ b/tasmota/autoexec.be @@ -109,7 +109,7 @@ class Nextion : Driver log("FLH: Read block",3) while size(self.flash_buff)0 - self.flash_buff += self.tcp.readbytes() + self.flash_buff += self.tcp.readbytes(4096) else tasmota.delay(50) log("FLH: Wait for available...",3) @@ -321,7 +321,7 @@ tasmota.add_driver(nextion) def get_current_version(cmd, idx, payload, payload_json) import string - var version_of_this_script = 8 + var version_of_this_script = 9 var jm = string.format("{\"nlui_driver_version\":\"%s\"}", version_of_this_script) tasmota.publish_result(jm, "RESULT") end diff --git a/tasmota/nsp-lovelace-driver.tapp b/tasmota/nsp-lovelace-driver.tapp index e8a5641c..5685f402 100644 Binary files a/tasmota/nsp-lovelace-driver.tapp and b/tasmota/nsp-lovelace-driver.tapp differ