added wifi connection and menu showing connection details

This commit is contained in:
2026-06-24 17:08:45 +03:00
parent 76606c00e3
commit 6f6ea0e0fd
9 changed files with 171 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
enum class MenuAction
{
ShowInternetDetails,
ShowHelloWorld,
BackToCarousel
};