Skip to content

Commit fe99ec4

Browse files
committed
Merge branch 'feature/add_freq_offset_var_for_RF_test' into 'master'
feat(wifi): add frequency offset var for RF test See merge request sdk/ESP8266_RTOS_SDK!1482
2 parents 00fafb8 + 290f038 commit fe99ec4

File tree

6 files changed

+3
-2
lines changed

6 files changed

+3
-2
lines changed

components/esp8266/include/esp_wifi_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ typedef struct {
156156
uint8_t primary; /**< channel of AP */
157157
wifi_second_chan_t second; /**< secondary channel of AP */
158158
int8_t rssi; /**< signal strength of AP */
159+
int16_t freq_offset; /**< frequency offset of AP */
159160
wifi_auth_mode_t authmode; /**< authmode of AP */
160161
wifi_cipher_type_t pairwise_cipher; /**< pairwise cipher of AP */
161162
wifi_cipher_type_t group_cipher; /**< group cipher of AP */

components/esp8266/lib/VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
gwen:
22
core: 3c69aa1
3-
net80211: 3c69aa1
4-
pp: 3c69aa1
3+
net80211: a8994bb
4+
pp: a8994bb
55
espnow: 3c69aa1
66
wps: 3c69aa1
77
wpa2: 3c69aa1

components/esp8266/lib/libnet80211.a

8 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.

components/esp8266/lib/libpp.a

-172 Bytes
Binary file not shown.

components/esp8266/lib/libpp_dbg.a

-260 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)