Skip to content

Commit

Permalink
uncomment critical update code that broke everything
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed May 10, 2024
1 parent 35fb70b commit 60e90e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REVHubInterface/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ def on_connect_button_callback(self):
# self.devce_info[-1].device_label.config(text='Module: ' + str(moduleNumber))

# self.firmware.firmware_label.config(text='Interface Version: ' + self.firmware.INTERFACE_VERSION + '\nFirmware Version: ' + self.REVModules[0].getVersionString())
# self.root.after(500, self.every_second)
self.root.after(500, self.every_second)

# def buildFirmwareFrame(self):
# frame = tkinter.ttk.Frame(self.Firmware_tab, borderwidth=5)
Expand Down

0 comments on commit 60e90e6

Please sign in to comment.