Skip to content

Commit d531a9d

Browse files
committed
update to latest git version of nonos-sdk (SDK:3.0.0-dev(097de86))
which is actually nonos-sdk's github 236b6d0 and their internal gitlab's abf945d5 made for espressif/ESP8266_NONOS_SDK#133 and including wifi_{get,set}_sleep_level and wifi_{get,set}_listen_interval that *may* be relevant for #2330
1 parent 641c5cd commit d531a9d

File tree

14 files changed

+9
-0
lines changed

14 files changed

+9
-0
lines changed

tools/sdk/include/user_interface.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,17 @@ typedef enum {
427427
MODEM_SLEEP_T
428428
} sleep_type_t;
429429

430+
typedef enum {
431+
MIN_SLEEP_T,
432+
MAX_SLEEP_T
433+
} sleep_level_t;
434+
430435
bool wifi_set_sleep_type(sleep_type_t type);
431436
sleep_type_t wifi_get_sleep_type(void);
437+
bool wifi_set_sleep_level(sleep_level_t level);
438+
sleep_level_t wifi_get_sleep_level(void);
439+
bool wifi_set_listen_interval(uint8 interval);
440+
uint8 wifi_get_listen_interval(void);
432441

433442
void wifi_fpm_open(void);
434443
void wifi_fpm_close(void);

tools/sdk/lib/libat.a

9.71 KB
Binary file not shown.

tools/sdk/lib/libc_orig.a

3.29 MB
Binary file not shown.

tools/sdk/lib/libcrypto.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libespnow.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libgcc.a

2.05 KB
Binary file not shown.

tools/sdk/lib/liblwip.a

-264 Bytes
Binary file not shown.

tools/sdk/lib/libmain.a

1.11 KB
Binary file not shown.

tools/sdk/lib/libnet80211.a

-208 Bytes
Binary file not shown.

tools/sdk/lib/libpp.a

1.41 KB
Binary file not shown.

tools/sdk/lib/libsmartconfig.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libwpa.a

2.46 KB
Binary file not shown.

tools/sdk/lib/libwpa2.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libwps.a

448 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)