Added logbook function (not implemented yet)

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-01-07 22:48:50 +01:00
parent e4117b592b
commit af3787a89a
4 changed files with 384 additions and 22 deletions
+1
View File
@@ -123,6 +123,7 @@ extern WiFiClient RemoteClient;
extern WiFiUDP Udp;
extern WiFiServer Server;
extern WiFiConnect wc;
extern WebServer webserver;
void Communication();
void XDRGTKRoutine();