Skip to content

Commit

Permalink
Add default pw to config ap
Browse files Browse the repository at this point in the history
  • Loading branch information
wvolz committed Jul 13, 2021
1 parent 2e87537 commit 8b68f61
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);
wifiManager.startConfigPortal(ssid, "iSpindel_BrewMe1$");

strcpy(my_polynominal, custom_polynom.getValue());

Expand Down

0 comments on commit 8b68f61

Please sign in to comment.