Skip to content

Commit

Permalink
Fixes compile error for wifi
Browse files Browse the repository at this point in the history
  • Loading branch information
pecord committed Jul 22, 2017
1 parent 5f1239f commit 2e1d18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BadgeCode/BadgeCode.ino
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ void wifiOn(){
oled.putString ("Wifi ON");
oled.setTextXY (2,2);
oled.putString (ssid);
WiFi.softAP(ssid, NULL, 1, 0, 1);
WiFi.softAP(ssid, NULL, 1, 0);
wifiStatus = 1;
delay (2000);
settingsMenu();
Expand Down

0 comments on commit 2e1d18f

Please sign in to comment.