Skip to content

Commit 621eaae

Browse files
committed
Fix description
1 parent 0710145 commit 621eaae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/WiFi/src/WiFiGeneric.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1271,8 +1271,8 @@ int32_t WiFiGenericClass::channel(void)
12711271

12721272
/**
12731273
* Set the WiFi channel configuration
1274-
* @param primaryChan primary channel. Depending on the region, not all channels may be available.
1275-
* @param secondChan secondary channel (WIFI_SECOND_CHAN_NONE, WIFI_SECOND_CHAN_ABOVE, WIFI_SECOND_CHAN_BELOW)
1274+
* @param primary primary channel. Depending on the region, not all channels may be available.
1275+
* @param secondary secondary channel (WIFI_SECOND_CHAN_NONE, WIFI_SECOND_CHAN_ABOVE, WIFI_SECOND_CHAN_BELOW)
12761276
*/
12771277
void WiFiGenericClass::setChannel(uint8_t primary, wifi_second_chan_t secondary)
12781278
{

0 commit comments

Comments
 (0)