Skip to content

Commit

Permalink
Fix error compile
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Feb 14, 2025
1 parent 0300749 commit 5562fbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ksf/comp/ksWifiConfigurator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

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

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

0 comments on commit 5562fbc

Please sign in to comment.