Statement missing in response to help()

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
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Statement missing in response to help()

Post by Roberthh » Tue May 10, 2016 8:00 pm

The help() command is very useful. Just a minor thing is missing:
the line: sta_if.active(True)
Otherwise the example won't work.
Just a minor thing, and maybe not worth to mention.

pfalcon
Posts: 1155
Joined: Fri Feb 28, 2014 2:05 pm

Re: Statement missing in response to help()

Post by pfalcon » Tue May 10, 2016 8:23 pm

Thanks, added.
Awesome MicroPython list
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/

Post Reply