Skip to content

Commit

Permalink
Disable auto update params
Browse files Browse the repository at this point in the history
  • Loading branch information
izsoandras committed Jan 12, 2022
1 parent 38f9722 commit 6f60d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RKIgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def __init__(self, test_source_en=False):
self.init_paramframe(topics_rec[2]['messages'], param_dh_by_type,
self.param_listener) # TODO: remove literal

self.robotPinger = backend.Pinger(self.param_listener, param_dh_by_type, 0x23, [self.param_frame.on_btn_updateall]) # TODO: remove hardcode
self.robotPinger = backend.Pinger(self.param_listener, param_dh_by_type, 0x23, [])#[self.param_frame.on_btn_updateall]) # TODO: remove hardcode
self.robotPinger.start_reqing()

self.tabs = None
Expand Down

0 comments on commit 6f60d05

Please sign in to comment.