Skip to content

Commit ae15989

Browse files
committed
Merge pull request #252 from Pablotis/patch-1
Readme changes
2 parents 06caa7f + 76a73c7 commit ae15989

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
@@ -112,6 +112,7 @@ Also note that multicast doesn't work on softAP interface.
112112

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

116117
#### Ticker ####
117118

@@ -148,7 +149,7 @@ Setting the Clock polarity (CPOL) is not supported, yet (SPI_MODE2 and SPI_MODE3
148149

149150
#### ESP-specific APIs ####
150151

151-
APIs related to deep sleep and watchdog timer are available in the ```ESP``` object.
152+
APIs related to deep sleep and watchdog timer are available in the ```ESP``` object, only available in Alpha version.
152153

153154
```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.)
154155

0 commit comments

Comments
 (0)