From 33c6a776244f62e3acc45b7ddf3a765b26c4a7cd Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Sun, 10 Apr 2022 17:21:05 +0200 Subject: [PATCH] cleanup --- tasmota/autoexec-beta.be | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tasmota/autoexec-beta.be b/tasmota/autoexec-beta.be index 96f177f7..094b38a8 100644 --- a/tasmota/autoexec-beta.be +++ b/tasmota/autoexec-beta.be @@ -139,10 +139,6 @@ class Nextion : Driver self.ser = nil tasmota.gc() 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