Skip to content

Commit 23e0e8f

Browse files
KoolKat204KoolKat204
KoolKat204
authored and
KoolKat204
committed
Update Refresh Rate Time
Refresh rate was to fast and caused freeze.
1 parent 6b65bfa commit 23e0e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obd_gui.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def ShowSensors(self):
251251
# Timer for update
252252
self.timer = wx.Timer(self)
253253
self.Bind(wx.EVT_TIMER, self.refresh, self.timer)
254-
self.timer.Start(1000)
254+
self.timer.Start(1500)
255255

256256

257257
def refresh(self, event):

0 commit comments

Comments
 (0)