Update autoexec.be

This commit is contained in:
Johannes
2022-12-18 12:52:56 +01:00
committed by GitHub
parent bae9759020
commit 655e12fc5a

View File

@@ -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