After AX.25 decode test. 902 packets decoded.

This commit is contained in:
Mark Qvist 2014-04-10 12:52:00 +02:00
parent aa59d254cd
commit dbe32bd02e
2 changed files with 2 additions and 3 deletions

View File

@ -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);

View File

@ -1,2 +1,2 @@
#define VERS_BUILD 529
#define VERS_BUILD 549
#define VERS_HOST "vixen"