summaryrefslogtreecommitdiff
path: root/esp8266/help.c
AgeCommit message (Collapse)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.
2017-01-22esp8266: Convert to use builtin help function.Damien George
2016-05-10esp8266/help: Add "sta_if.active(True)" command.Paul Sokolovsky
As reported on the forum by Roberthh.
2016-05-03esp8266: Shrink help text by a few lines, to fit in smaller windows.Damien George
2016-04-29esp8266/help: Add cheatsheet for basic WiFi configuration.Paul Sokolovsky
2016-04-29esp8266/help: Implement help() builtin.Paul Sokolovsky