Skip to content

Commit 04e9534

Browse files
authored
Update WiFiGeneric.h
1 parent d4eff48 commit 04e9534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WiFi/src/WiFiGeneric.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class WiFiGenericClass
186186

187187
bool initiateFTM(uint8_t frm_count=16, uint16_t burst_period=2, uint8_t channel=1, const uint8_t * mac=NULL);
188188

189-
bool setDualAntennaConfig(uint8_t gpio_ant1, uint8_t gpio_ant2, wifi_rx_ant_t rx_mode, wifi_tx_ant_t tx_mode);
189+
static bool setDualAntennaConfig(uint8_t gpio_ant1, uint8_t gpio_ant2, wifi_rx_ant_t rx_mode, wifi_tx_ant_t tx_mode);
190190

191191
static const char * getHostname();
192192
static bool setHostname(const char * hostname);

0 commit comments

Comments
 (0)