App improvements (#105)

This commit is contained in:
Ken Van Hoeylandt
2024-12-04 23:06:03 +01:00
committed by GitHub
parent fb45790927
commit e86a11b7e2
29 changed files with 358 additions and 107 deletions
@@ -0,0 +1,11 @@
#pragma once
#include "Bundle.h"
#include "Mutex.h"
#include "service/wifi/Wifi.h"
namespace tt::app::wifiapsettings {
void start(const std::string& ssid);
} // namespace