After AX.25 decode test. 902 packets decoded.
This commit is contained in:
parent
aa59d254cd
commit
dbe32bd02e
|
@ -15,7 +15,6 @@
|
|||
#include "afsk.h" // Header for AFSK modem
|
||||
#include "protocol/mp1.h" // Header for MP.1 protocol
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////
|
||||
// A few definitions //
|
||||
//////////////////////////////////////////////////////
|
||||
|
@ -85,7 +84,7 @@ int main(void)
|
|||
|
||||
// Go into ye good ol' infinite loop
|
||||
while (1)
|
||||
{
|
||||
{
|
||||
// First we instruct the protocol to check for
|
||||
// incoming data
|
||||
mp1Poll(&mp1);
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#define VERS_BUILD 529
|
||||
#define VERS_BUILD 549
|
||||
#define VERS_HOST "vixen"
|
||||
|
|
Loading…
Reference in New Issue