Update experimental UDP protocol

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-01-28 15:25:17 +01:00
parent b6ac075875
commit d1c2b59751
3 changed files with 51 additions and 25 deletions
+3 -2
View File
@@ -31,9 +31,10 @@ void handleRoot();
void handleDownloadCSV();
bool handleCreateNewLogbook();
byte addRowToCSV();
String getCurrentDateTime();
String getCurrentDateTime(bool inUTC);
bool isDST(time_t t);
void handleLogo();
void printLogbookCSV();
void sendUDPlog(bool scanner_active);
void sendUDPlog();
IPAddress makeBroadcastAddress(IPAddress ip);
#endif