def disable(self): from gc import collect from network import AP_IF self.net.active(False) WLAN(AP_IF).active(False) # Always ensure AP is disabled del AP_IF collect()