From e99ac6c1a5206ef25658dadd795cc003f2598ae9 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Sun, 18 Dec 2022 13:47:15 +0100 Subject: [PATCH] Update autoexec.be --- tasmota/autoexec.be | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tasmota/autoexec.be b/tasmota/autoexec.be index 48d73a31..79522060 100644 --- a/tasmota/autoexec.be +++ b/tasmota/autoexec.be @@ -361,10 +361,8 @@ tasmota.add_cmd('UpdateDriverVersion', update_berry_driver) def flash_nextion(cmd, idx, payload, payload_json) def task() - #nextion.flash_proto_version = 1 + nextion.flash_proto_version = 1 nextion.flash_proto_baud = 921600 - nextion.flash_proto_version = 0 - #nextion.flash_proto_baud = 115200 nextion.flash_nextion(payload) end tasmota.set_timer(0,task)