Skip to content

Commit

Permalink
Merge pull request #18 from chrisflesher/bugfix/xxxx-wifi-pass
Browse files Browse the repository at this point in the history
fixup! Layout and style consistency.
  • Loading branch information
jfjlaros authored Dec 6, 2020
2 parents cefa261 + 15f3a02 commit b5821e5
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 b5821e5

Please sign in to comment.