Skip to content

Commit

Permalink
Remove softApDisconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Jun 18, 2024
1 parent b59c70b commit e909df5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ksf/comp/ksWifiConfigurator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ namespace ksf::comps

bool ksWifiConfigurator::init(ksApplication* app)
{
WiFi.softAPdisconnect();
WiFi.softAP(deviceName.c_str());
app->addComponent<ksDevicePortal>();

return true;
}

Expand Down

0 comments on commit e909df5

Please sign in to comment.