Skip to content

Commit b490c96

Browse files
committed
bugfix(ftm): Fix compilation warning
1 parent 49b9464 commit b490c96

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)