From 05c6fbcae6188d0526a7148e6b8477d17ff72e25 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Sat, 13 Jun 2015 20:06:11 +0200 Subject: esp8266: Fix the documentation for esp.connect() and esp.disconnect() Since the commit that moved those two functions failed to update the documentation, this is a fix for that. --- docs/library/esp.rst | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs/library/esp.rst') diff --git a/docs/library/esp.rst b/docs/library/esp.rst index 8dd39f536..2c4846d86 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:: connect(ssid, password) - - Connect to the specified wireless network, using the specified password. - -.. function:: disconnect() - - Disconnect from the currently connected wireless network. - .. function:: scan(cb) Initiate scanning for the available wireless networks. -- cgit v1.2.3