diff options
Diffstat (limited to 'docs/library/esp.rst')
-rw-r--r-- | docs/library/esp.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/library/esp.rst b/docs/library/esp.rst index 2c4846d864..54f06b02d0 100644 --- a/docs/library/esp.rst +++ b/docs/library/esp.rst @@ -10,14 +10,6 @@ The ``esp`` module contains specific functions related to the ESP8266 module. Functions --------- -.. function:: scan(cb) - - Initiate scanning for the available wireless networks. - - Once the scanning is complete, the provided callback function ``cb`` will - be called once for each network found, and passed a tuple with information - about that network. - .. function:: status() Return the current status of the wireless connection. |