This commit is contained in:
joBr99
2022-04-10 17:21:05 +02:00
parent f13aec984e
commit 33c6a77624

View File

@@ -139,10 +139,6 @@ class Nextion : Driver
self.ser = nil self.ser = nil
tasmota.gc() tasmota.gc()
self.ser = serial(17, 16, 115200, serial.SERIAL_8N1) self.ser = serial(17, 16, 115200, serial.SERIAL_8N1)
# this didn't help to get back to normal speed, so instead reload entire script
#load('autoexec.be')
# setting speed back to 115200 and reloading berry script both caused issues ... so just restart tasmota after flashing is complete
#tasmota.cmd("Restart 1")
end end
end end