diff --git a/tasmota/autoexec.be b/tasmota/autoexec.be index c94f530b..9e911eee 100644 --- a/tasmota/autoexec.be +++ b/tasmota/autoexec.be @@ -321,7 +321,7 @@ tasmota.add_driver(nextion) def get_current_version(cmd, idx, payload, payload_json) import string - var version_of_this_script = 6 + var version_of_this_script = 7 var jm = string.format("{\"nlui_driver_version\":\"%s\"}", version_of_this_script) tasmota.publish_result(jm, "RESULT") end