Change default to slower 115200 1.2 flashing for now

This commit is contained in:
Johannes
2022-12-18 01:07:00 +01:00
committed by GitHub
parent 3b1b2257fa
commit 25dced79d4

View File

@@ -361,8 +361,10 @@ 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 = 1
nextion.flash_proto_baud = 115200
nextion.flash_nextion(payload)
end
tasmota.set_timer(0,task)