From: liuzhifu Date: Tue, 30 Aug 2016 05:51:41 +0000 (+0800) Subject: components: esp32 - notify wifi when got sta ip X-Git-Tag: v0.9~69^2~5^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f94a7a4d2031c6ef7385bb1e656cd19cd7a74ec1;p=esp-idf components: esp32 - notify wifi when got sta ip --- diff --git a/components/esp32/include/esp_wifi.h b/components/esp32/include/esp_wifi.h index 80434d120c..827dfb50d2 100755 --- a/components/esp32/include/esp_wifi.h +++ b/components/esp32/include/esp_wifi.h @@ -140,7 +140,7 @@ typedef struct { uint8_t ssid[32]; /**< SSID of AP */ uint8_t primary; /**< channel of AP */ wifi_second_chan_t second; /**< second channel of AP */ - char rssi; /**< single strength of AP */ + signed char rssi; /**< single strength of AP */ wifi_auth_mode_t authmode; /**< authmode of AP */ }wifi_ap_list_t;