This commit is contained in:
joBr99
2022-01-30 18:01:39 +01:00
parent 3f0870dc6c
commit f0ba473504
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()