Skip to content

Commit

Permalink
New video and new code for error
Browse files Browse the repository at this point in the history
Got the video for disconnect
  • Loading branch information
andytu101 committed Oct 31, 2024
1 parent b00754c commit 5d28a13
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions full_stack_Client.py → full_stackpclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def __init__(self):
self.led = tk.BooleanVar()

ttk.Checkbutton(self, text='Toggle LED', variable=self.led, command=self.update_led).pack()
ttk.Button(self, text='Send Invalid').pack()
ttk.Button(self, text='Disconnect', default='active').pack()
ttk.Button(self, text='Send Invalid', command = self.send_invalid).pack()
ttk.Button(self, text='Disconnect', default='active', command = self.disconnect).pack()

SerialPortal(self) # and this

Expand Down
Binary file added submission.MOV
Binary file not shown.

0 comments on commit 5d28a13

Please sign in to comment.