This commit is contained in:
Johannes Braun
2022-01-30 18:01:39 +01:00
parent a5a463e041
commit ca2428789c
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -139,7 +139,7 @@ class Nextion : Driver
return ret
end
def every_100ms()
def every_50ms()
import string
if self.ser.available() > 0
var msg = self.ser.read()