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:
parent
00c8b633df
commit
c885542f05
@ -729,8 +729,8 @@ typedef struct {
|
|||||||
*
|
*
|
||||||
* @param wifi_country_t *country: the configured country info
|
* @param wifi_country_t *country: the configured country info
|
||||||
*
|
*
|
||||||
* @return 0 : succeed
|
* @return true : succeed
|
||||||
* @return -1 : fail
|
* @return false : fail
|
||||||
*/
|
*/
|
||||||
bool wifi_set_country(wifi_country_t *country);
|
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
|
* @param wifi_country_t *country: country info
|
||||||
*
|
*
|
||||||
* @return 0 : succeed
|
* @return true : succeed
|
||||||
* @return -1 : fail
|
* @return false : fail
|
||||||
*/
|
*/
|
||||||
bool wifi_get_country(wifi_country_t *country);
|
bool wifi_get_country(wifi_country_t *country);
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user