Skip to content

Commit 5fc8cd5

Browse files
lucasssvazP-R-O-C-H-Y
authored andcommitted
fix(ftm): Fix compilation warning (espressif#9508)
1 parent f30de01 commit 5fc8cd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: libraries/WiFi/src/WiFiGeneric.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ bool WiFiGenericClass::initiateFTM(uint8_t frm_count, uint16_t burst_period, uin
686686
.channel = channel,
687687
.frm_count = frm_count,
688688
.burst_period = burst_period,
689+
.use_get_report_api = true
689690
};
690691
if(mac != NULL){
691692
memcpy(ftmi_cfg.resp_mac, mac, 6);

0 commit comments

Comments
 (0)