Can I modify ESP8266 's SSID in Micropython?

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
User avatar
water
Posts: 75
Joined: Sun Sep 24, 2017 9:16 am

Can I modify ESP8266 's SSID in Micropython?

Post by water » Sat Oct 07, 2017 7:33 am

:?:

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Can I modify ESP8266 's SSID in Micropython?

Post by pythoncoder » Sat Oct 07, 2017 10:15 am

From the docs http://docs.micropython.org/en/latest/e ... twork.html:

Code: Select all

# Set WiFi access point name (formally known as ESSID) and WiFi channel
ap.config(essid='My AP', channel=11)
Peter Hinch
Index to my micropython libraries.

Post Reply