Skip to content

Commit b9090e7

Browse files
committed
Fix Tab
1 parent b204c36 commit b9090e7

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
@@ -183,7 +183,7 @@ class WiFiGenericClass
183183
static int waitStatusBits(int bits, uint32_t timeout_ms);
184184

185185
int32_t channel(void);
186-
void channel(uint8_t primary, wifi_second_chan_t secondary=WIFI_SECOND_CHAN_NONE);
186+
void channel(uint8_t primary, wifi_second_chan_t secondary=WIFI_SECOND_CHAN_NONE);
187187

188188
void persistent(bool persistent);
189189
void enableLongRange(bool enable);

0 commit comments

Comments
 (0)