Skip to content
Next Next commit
fix(ftm): Fix compilation warning (espressif#9508)
  • Loading branch information
lucasssvaz authored Apr 15, 2024
commit 908ca9f022af7bc19ebdc9ecb2dad608534c6532
1 change: 1 addition & 0 deletions libraries/WiFi/src/WiFiGeneric.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ bool WiFiGenericClass::initiateFTM(uint8_t frm_count, uint16_t burst_period, uin
.channel = channel,
.frm_count = frm_count,
.burst_period = burst_period,
.use_get_report_api = true
};
if(mac != NULL){
memcpy(ftmi_cfg.resp_mac, mac, 6);
Expand Down