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