coates’s avatarcoates’s Twitter Archive—№ 23,092

  1. MicroPython is maybe the weirdest operating system I’ve ever used. (-:
    1. …in reply to @coates
      …networking is initialized in boot.py: import network sta_if = network.WLAN(network.STA_IF) sta_if.active(True) sta_if.connect(ssid, password)