We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0710145 commit 621eaaeCopy full SHA for 621eaae
libraries/WiFi/src/WiFiGeneric.cpp
@@ -1271,8 +1271,8 @@ int32_t WiFiGenericClass::channel(void)
1271
1272
/**
1273
* 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)
+ * @param primary primary channel. Depending on the region, not all channels may be available.
+ * @param secondary secondary channel (WIFI_SECOND_CHAN_NONE, WIFI_SECOND_CHAN_ABOVE, WIFI_SECOND_CHAN_BELOW)
1276
*/
1277
void WiFiGenericClass::setChannel(uint8_t primary, wifi_second_chan_t secondary)
1278
{
0 commit comments