Skip to content

Commit

Permalink
fixup! Layout and style consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Flesher committed Dec 6, 2020
1 parent cefa261 commit 15f3a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/wifi/wifi.ino
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ byte ping(byte data) {


void setup(void) {
WiFi.setPins(8,7,4,2);
connectWifi(SECRET_SSID, SECRET_PASS, pass, ip);
WiFi.setPins(8, 7, 4, 2);
connectWifi(SECRET_SSID, SECRET_PASS, ip);
server.begin();
}

Expand Down

0 comments on commit 15f3a02

Please sign in to comment.