Skip to content

Commit 0638be5

Browse files
KoolKat204KoolKat204
KoolKat204
authored and
KoolKat204
committed
Update Refresh Rate
Updated the refresh rate to 2 Sec to account for slower ELM327 Devices
1 parent 23e0e8f commit 0638be5

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(1500)
254+
self.timer.Start(2000)
255255

256256

257257
def refresh(self, event):

0 commit comments

Comments
 (0)