From b4fe08ba439eaba2e35a10fe5536c65fa09b9553 Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 23 Dec 2022 22:16:20 +0100 Subject: [PATCH] bump berry driver version to 7 --- tasmota/autoexec.be | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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