Skip to content

Commit

Permalink
Update WiFiMulti.h
Browse files Browse the repository at this point in the history
Changed whitespace before clearAPList method.
  • Loading branch information
richteel authored Nov 27, 2023
1 parent 138b862 commit e7ec237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/WiFi/src/WiFiMulti.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class WiFiMulti {

bool addAP(const char *ssid, const char *pass = nullptr);

void clearAPList();
void clearAPList();

uint8_t run(uint32_t to = 10000);

Expand Down

0 comments on commit e7ec237

Please sign in to comment.