Skip to content

Commit

Permalink
Merge branch 'feature/signaling_measurement' into 'master'
Browse files Browse the repository at this point in the history
feat(wifi): Add signaling measurement feature

See merge request sdk/ESP8266_NONOS_SDK!18
  • Loading branch information
wujiangang committed Jul 17, 2018
2 parents c0e2dfa + 33a20d1 commit 0704eff
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ gwen:
crypto : 3da4ef9
espnow : 3da4ef9
json : 3da4ef9
main : 2b01db7
net80211 : 8cab471
pp : 3da4ef9
main : 2dd2f49
net80211 : 2dd2f49
pp : 2dd2f49
smartconfig : 017200b
ssl : 3da4ef9
upgrade : 3da4ef9
Expand Down
3 changes: 3 additions & 0 deletions include/user_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ bool wifi_station_set_config_current(struct station_config *config);
bool wifi_station_connect(void);
bool wifi_station_disconnect(void);

void wifi_enable_signaling_measurement(void);
void wifi_disable_signaling_measurement(void);

sint8 wifi_station_get_rssi(void);

typedef enum {
Expand Down
Binary file modified lib/libmain.a
100755 → 100644
Binary file not shown.
Binary file modified lib/libnet80211.a
100755 → 100644
Binary file not shown.
Binary file modified lib/libpp.a
100755 → 100644
Binary file not shown.

0 comments on commit 0704eff

Please sign in to comment.