Skip to content

Commit c885542

Browse files
committed
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
1 parent 00c8b63 commit c885542

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tools/sdk/include/user_interface.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,8 @@ typedef struct {
729729
*
730730
* @param wifi_country_t *country: the configured country info
731731
*
732-
* @return 0 : succeed
733-
* @return -1 : fail
732+
* @return true : succeed
733+
* @return false : fail
734734
*/
735735
bool wifi_set_country(wifi_country_t *country);
736736

@@ -739,8 +739,8 @@ bool wifi_set_country(wifi_country_t *country);
739739
*
740740
* @param wifi_country_t *country: country info
741741
*
742-
* @return 0 : succeed
743-
* @return -1 : fail
742+
* @return true : succeed
743+
* @return false : fail
744744
*/
745745
bool wifi_get_country(wifi_country_t *country);
746746

tools/sdk/lib/libmain.a

128 Bytes
Binary file not shown.

tools/sdk/lib/libpp.a

8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)