Skip to content

Commit

Permalink
Fix AP info pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
vladamatena committed May 5, 2022
1 parent af316b3 commit ac013a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/station_example_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ static void readIntron() {
readUART((uint8_t*)intron, sizeof(intron));
}

wifi_ap_record_t *ap_info;
wifi_ap_record_t ap_info;

static int readLinkStatus() {
esp_err_t ret = esp_wifi_sta_get_ap_info(&ap_info);
Expand Down

0 comments on commit ac013a5

Please sign in to comment.