Skip to content
Snippets Groups Projects
Commit bc502848 authored by Anon's avatar Anon Committed by schneider
Browse files

py: remove debug WiFi connect

parent 8c8e8276
No related branches found
No related tags found
No related merge requests found
from st3m.run import run_main
import network
station = network.WLAN(network.STA_IF)
station.active(True)
station.connect("Camp2023-open")
run_main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment