From cb947ec57ea1e9e49fe894611b0f7be5ba285027 Mon Sep 17 00:00:00 2001 From: Jay Heng Date: Mon, 14 Mar 2022 14:52:53 +0800 Subject: [PATCH] fix upper V2.00 versions, download through 8 uart failed. 8 uart function is as same as 8 usb without dynamic detection #2 --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 0263425..e71af79 100644 --- a/src/main.py +++ b/src/main.py @@ -409,7 +409,7 @@ def _stopTask( self, thread ): def _deinitToolToExit( self ): self._stopTask(g_task_detectUsbhid) - self._stopTask(g_task_uartAllInOneAction) + self._stopTask(g_task_uartAllInOneAction[0]) self._stopTask(g_task_usbAllInOneAction[0]) self._stopTask(g_task_increaseGauge) global g_main_win