From 5489f44088a387289d03815408c23c0eaa879a2c Mon Sep 17 00:00:00 2001 From: Zhentao-Lin <62634190+Zhentao-Lin@users.noreply.github.com> Date: Tue, 27 Sep 2022 15:04:50 +0800 Subject: [PATCH] Update AP+STA_mode.py --- Python/Python_Codes/03.3_AP+STA_mode/AP+STA_mode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Python_Codes/03.3_AP+STA_mode/AP+STA_mode.py b/Python/Python_Codes/03.3_AP+STA_mode/AP+STA_mode.py index 940507a..cc11342 100644 --- a/Python/Python_Codes/03.3_AP+STA_mode/AP+STA_mode.py +++ b/Python/Python_Codes/03.3_AP+STA_mode/AP+STA_mode.py @@ -38,5 +38,5 @@ try: STA_Setup(ssidRouter,passwordRouter) except: sta_if.disconnect() - ap_if.idsconnect() + ap_if.disconnect() \ No newline at end of file