Update experimental UDP data output

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-01-26 19:56:47 +01:00
parent a2c9e6f2a7
commit b6ac075875
4 changed files with 78 additions and 34 deletions
+1 -1
View File
@@ -35,5 +35,5 @@ String getCurrentDateTime();
bool isDST(time_t t);
void handleLogo();
void printLogbookCSV();
void sendUDPlog();
void sendUDPlog(bool scanner_active);
#endif