1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

sdk: update to v2.2.0-3-gf8f27ce

- Fixes WiFi not being able to reconnect after SDK update (#4398)
- Fixes increased current in light sleep mode
- Fixes return value documentation for wifi_{get,set}_country
This commit is contained in:
Ivan Grokhotkov 2018-02-22 10:47:15 +03:00 committed by Ivan Grokhotkov
parent 00c8b633df
commit c885542f05
3 changed files with 4 additions and 4 deletions

View File

@ -729,8 +729,8 @@ typedef struct {
*
* @param wifi_country_t *country: the configured country info
*
* @return 0 : succeed
* @return -1 : fail
* @return true : succeed
* @return false : fail
*/
bool wifi_set_country(wifi_country_t *country);
@ -739,8 +739,8 @@ bool wifi_set_country(wifi_country_t *country);
*
* @param wifi_country_t *country: country info
*
* @return 0 : succeed
* @return -1 : fail
* @return true : succeed
* @return false : fail
*/
bool wifi_get_country(wifi_country_t *country);

Binary file not shown.

Binary file not shown.