From 66afb2d5a4f2d9f5b9165789596361fa63af25d1 Mon Sep 17 00:00:00 2001 From: Johannes 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