Skip to content

Commit

Permalink
Update WiFiScan.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
eried committed Jun 4, 2024
1 parent df4df80 commit 66bbbc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esp32cam_marauder/WiFiScan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ extern "C" int ieee80211_raw_frame_sanity_check(int32_t arg, int32_t arg2, int32
extern "C" {
uint8_t esp_base_mac_addr[6];
esp_err_t esp_ble_gap_set_rand_addr(const uint8_t *rand_addr);
esp_err_t esp_base_mac_addr_set(const uint8_t *addr);
}

#ifdef HAS_BT
Expand Down

0 comments on commit 66bbbc8

Please sign in to comment.