mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
Change default to slower 115200 1.2 flashing for now
This commit is contained in:
@@ -361,8 +361,10 @@ tasmota.add_cmd('UpdateDriverVersion', update_berry_driver)
|
|||||||
|
|
||||||
def flash_nextion(cmd, idx, payload, payload_json)
|
def flash_nextion(cmd, idx, payload, payload_json)
|
||||||
def task()
|
def task()
|
||||||
nextion.flash_proto_version = 1
|
#nextion.flash_proto_version = 1
|
||||||
nextion.flash_proto_baud = 921600
|
#nextion.flash_proto_baud = 921600
|
||||||
|
nextion.flash_proto_version = 1
|
||||||
|
nextion.flash_proto_baud = 115200
|
||||||
nextion.flash_nextion(payload)
|
nextion.flash_nextion(payload)
|
||||||
end
|
end
|
||||||
tasmota.set_timer(0,task)
|
tasmota.set_timer(0,task)
|
||||||
|
|||||||
Reference in New Issue
Block a user