own wifi module

This commit is contained in:
2024-12-19 18:58:05 +01:00
parent 15b74c91f4
commit 0b9f5e2997
10 changed files with 137 additions and 115 deletions

View File

@ -47,6 +47,16 @@ Safety <|-- HTTP_Metrics
+getSafetyState()
}
class Wifi{
+initWifi()
}
class SNTP{
+initSntp()
+getSntpState()
}
class Metrics{
+initMetrics()
-taskMetrics()