add calibration serial command

This commit is contained in:
2025-05-05 22:52:16 +02:00
parent 2c2933f0cb
commit 253f439836
3 changed files with 45 additions and 9 deletions

View File

@@ -7,8 +7,8 @@ class View(Frame):
self.actions = Frame(self)
self.actions.pack()
# self.calibrate_button = ttk.Button(self.actions, text="Calibrate", command=calibrate_command)
# self.calibrate_button.pack()
self.calibrate_button = ttk.Button(self.actions, text="Calibrate", command=calibrate_command)
self.calibrate_button.pack()
self.tare_button = ttk.Button(self.actions, text="Tare", command=tare_command)
self.tare_button.pack()