sta_connect and sta_connect_example: Improve port removal logic

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-14 15:12:03 -08:00
parent 77c80f7cc7
commit 330eeabf8f
2 changed files with 6 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ def main():
staConnect.station_names = ["sta000"]
staConnect.setup()
staConnect.start()
time.sleep(20)
staConnect.run()
staConnect.stop()
# staConnect.finish()
staConnect.cleanup()