You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Karl Koscher edited this page Aug 10, 2018
·
6 revisions
If you have better WiFi than us and a computer, you can change which network the badge connects to for OTA updates. The badge has a USB port that acts as a serial console with a Python REPL. Simply enter these commands at the prompt:
import network
network.connect("ssid", "password")
(replace ssid and password with your own WiFi credentials)