From 76a73c7f8a42d05f43a767310cd29e414ed7fa6b Mon Sep 17 00:00:00 2001 From: Pablotis Date: Sat, 16 May 2015 11:11:42 +0200 Subject: [PATCH] Readme changes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf6cba3b36..0143944eb0 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ Also note that multicast doesn't work on softAP interface. WiFiServer, WiFiClient, and WiFiUDP behave mostly the same way as with WiFi shield library. Four samples are provided for this library. +You can see more commands here: [http://www.arduino.cc/en/Reference/WiFi](http://www.arduino.cc/en/Reference/WiFi) #### Ticker #### @@ -137,7 +138,7 @@ Setting the Clock polarity (CPOL) is not supported, yet (SPI_MODE2 and SPI_MODE3 #### ESP-specific APIs #### -APIs related to deep sleep and watchdog timer are available in the ```ESP``` object. +APIs related to deep sleep and watchdog timer are available in the ```ESP``` object, only available in Alpha version. ```ESP.deepSleep(microseconds, mode)``` will put the chip into deep sleep. ```mode``` is one of ```WAKE_RF_DEFAULT```, ```WAKE_RFCAL```, ```WAKE_NO_RFCAL```, ```WAKE_RF_DISABLED```. (GPIO16 needs to be tied to RST to wake from deepSleep.)