Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Feb 14, 2025
1 parent dc0a599 commit df28498
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/ksf/comp/ksWifiConfigurator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@

namespace ksf::comps
{
ksWifiConfigurator::ksWifiConfigurator()
{
ksWifiConfigurator(PSTR("KSFDevice"));
}
ksWifiConfigurator::ksWifiConfigurator() : ksWifiConfigurator(PSTR("KSFDevice"))
{}

ksWifiConfigurator::ksWifiConfigurator(std::string devicePrefixName)
: deviceName(std::move(devicePrefixName))
Expand Down

0 comments on commit df28498

Please sign in to comment.