1
0

chore: fix some comments

This commit is contained in:
shangchenglumetro
2024-07-26 01:41:36 +08:00
parent d0693c311f
commit 4064686359
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ class Jade_Client(HardwareClientBase):
self.efusemac = verinfo['EFUSEMAC']
self.jade.disconnect()
# Reconnect with a the default timeout for all subsequent calls
# Reconnect with the default timeout for all subsequent calls
self.jade = JadeAPI.create_serial(device)
self.jade.connect()