From 655e12fc5a48f2dd0a6556dff415d31c03d9ed15 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 18 Dec 2022 12:52:56 +0100 Subject: [PATCH] Update autoexec.be --- tasmota/autoexec.be | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/autoexec.be b/tasmota/autoexec.be index be624f67..48d73a31 100644 --- a/tasmota/autoexec.be +++ b/tasmota/autoexec.be @@ -361,9 +361,9 @@ 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_baud = 921600 #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