mirror of
https://github.com/Ai-Thinker-Open/TBXX_Flash_Tool.git
synced 2025-05-08 22:37:57 +08:00
fix bug
This commit is contained in:
parent
35f01b6dfc
commit
6a06f41fdf
@ -57,7 +57,7 @@ RES_CHANGE_BAUD = 'OK_05'
|
||||
|
||||
|
||||
def tl_open_port(port_name):
|
||||
_port = serial.serial_for_url(args.port)
|
||||
_port = serial.serial_for_url(port_name)
|
||||
|
||||
_port.baudrate = 115200
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user