Skip to content

Commit

Permalink
Revert "Add default pw to config ap"
Browse files Browse the repository at this point in the history
This reverts commit 8b68f61.
  • Loading branch information
wvolz committed Jul 13, 2021
1 parent 8b68f61 commit 5781a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pio/src/iSpindel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ bool startConfiguration()
else
snprintf(ssid, sizeof ssid, "iSpindel_%s", my_name);

wifiManager.startConfigPortal(ssid, "iSpindel_BrewMe1$");
wifiManager.startConfigPortal(ssid);

strcpy(my_polynominal, custom_polynom.getValue());

Expand Down

0 comments on commit 5781a9e

Please sign in to comment.