Skip to content

Commit 76a73c7

Browse files
committed
Readme changes
1 parent 5fc7229 commit 76a73c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Also note that multicast doesn't work on softAP interface.
101101

102102
WiFiServer, WiFiClient, and WiFiUDP behave mostly the same way as with WiFi shield library.
103103
Four samples are provided for this library.
104+
You can see more commands here: [http://www.arduino.cc/en/Reference/WiFi](http://www.arduino.cc/en/Reference/WiFi)
104105

105106
#### Ticker ####
106107

@@ -137,7 +138,7 @@ Setting the Clock polarity (CPOL) is not supported, yet (SPI_MODE2 and SPI_MODE3
137138

138139
#### ESP-specific APIs ####
139140

140-
APIs related to deep sleep and watchdog timer are available in the ```ESP``` object.
141+
APIs related to deep sleep and watchdog timer are available in the ```ESP``` object, only available in Alpha version.
141142

142143
```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.)
143144

0 commit comments

Comments
 (0)