Change to the new method of M17 EOT transmission.

This commit is contained in:
Jonathan Naylor
2021-09-19 15:15:37 +01:00
parent cb89b34a39
commit 50a3afd66f
7 changed files with 33 additions and 47 deletions

1
Sync.h
View File

@@ -35,6 +35,7 @@ public:
static void addM17LinkSetupSync(unsigned char* data);
static void addM17StreamSync(unsigned char* data);
static void addM17EOTSync(unsigned char* data);
private:
};