File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1274,7 +1274,7 @@ int32_t WiFiGenericClass::channel(void)
1274
1274
* @param primaryChan primary channel. Depending on the region, not all channels may be available.
1275
1275
* @param secondChan secondary channel (WIFI_SECOND_CHAN_NONE, WIFI_SECOND_CHAN_ABOVE, WIFI_SECOND_CHAN_BELOW)
1276
1276
*/
1277
- void WiFiGenericClass::channel (uint8_t primary, wifi_second_chan_t secondary)
1277
+ void WiFiGenericClass::setChannel (uint8_t primary, wifi_second_chan_t secondary)
1278
1278
{
1279
1279
wifi_country_t country;
1280
1280
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ class WiFiGenericClass
183
183
static int waitStatusBits (int bits, uint32_t timeout_ms);
184
184
185
185
int32_t channel (void );
186
- void channel (uint8_t primary, wifi_second_chan_t secondary=WIFI_SECOND_CHAN_NONE);
186
+ void setChannel (uint8_t primary, wifi_second_chan_t secondary=WIFI_SECOND_CHAN_NONE);
187
187
188
188
void persistent (bool persistent);
189
189
void enableLongRange (bool enable);
You can’t perform that action at this time.
0 commit comments