Extended UDP protocol

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-02-10 19:13:15 +01:00
parent 2f5c959606
commit cf1c925f40
5 changed files with 73 additions and 21 deletions
+4
View File
@@ -54,6 +54,7 @@ extern byte scanhold;
extern byte stepsize;
extern byte subnetclient;
extern byte TEF;
extern byte tunemode;
extern char buff[16];
extern int ActiveColor;
extern int ActiveColorSmooth;
@@ -154,4 +155,7 @@ extern void handleRoot();
extern void handleDownloadCSV();
extern void handleLogo();
extern void Infoboxprint(const char* input);
extern void TuneUp();
extern void TuneDown();
extern void ShowTuneMode();
#endif