#pragma once #include namespace tt::app::wifiapsettings { void start(const std::string& ssid); } // namespace