From 188bfa189cfda9e7d05b8a70f7e80e05c6857b39 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Tue, 29 Nov 2022 00:48:33 +0100 Subject: [PATCH] Update autoexec-beta.be --- tasmota/autoexec-beta.be | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasmota/autoexec-beta.be b/tasmota/autoexec-beta.be index fbd86371..60510544 100644 --- a/tasmota/autoexec-beta.be +++ b/tasmota/autoexec-beta.be @@ -383,6 +383,12 @@ def flash_nextion_adv(cmd, idx, payload, payload_json) elif idx==3 nextion.flash_proto_version = 0 nextion.flash_proto_baud = 115200 + elif idx==4 + nextion.flash_proto_version = 1 + nextion.flash_proto_baud = 256000 + elif idx==5 + nextion.flash_proto_version = 0 + nextion.flash_proto_baud = 256000 else nextion.flash_proto_version = 0 nextion.flash_proto_baud = 115200