Change MAC for fixed mesh

This commit is contained in:
Stefan `Sec` Zehl 2011-12-28 01:44:30 +01:00
parent e9194825d9
commit 85b2a3c1c2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#define M_RECVTIM 100
#define MESH_CHANNEL 83
#define MESH_MAC "BMESH"
#define MESH_MAC "ORBIT"
#define MO_TYPE(x) (x[0])
#define MO_TYPE_set(x,y) (x[0]=y)