feat: füge regelmäßige WLAN-Verbindungsüberprüfung hinzu

This commit is contained in:
2025-02-27 09:38:54 +01:00
parent c645035bbe
commit 46cd953b80
3 changed files with 77 additions and 38 deletions

View File

@@ -4,5 +4,6 @@
#include <Arduino.h>
void initWiFi();
void checkWiFiConnection();
#endif