fix BRIDGE-PROTOCOL file (rxlen instead of maclen)
This commit is contained in:
parent
91e8211cd6
commit
4f6809b89c
|
@ -8,12 +8,17 @@ r->h: \2\0
|
||||||
Settings:
|
Settings:
|
||||||
h->r:\3<TXMAC>\0
|
h->r:\3<TXMAC>\0
|
||||||
r->h: \2\0
|
r->h: \2\0
|
||||||
|
|
||||||
h->r:\4<RXMAX>\0
|
h->r:\4<RXMAX>\0
|
||||||
r->h: \2\0
|
r->h: \2\0
|
||||||
|
|
||||||
h->r:\5<CHANNEL>\0
|
h->r:\5<CHANNEL>\0
|
||||||
r->h: \2\0
|
r->h: \2\0
|
||||||
h->r:\6<MACLEN>\0
|
|
||||||
|
h->r:\6<RXLEN>\0
|
||||||
r->h: \2\0
|
r->h: \2\0
|
||||||
|
|
||||||
h->r:\7\0
|
h->r:\7\0
|
||||||
r->h: \7<UUID>\0
|
r->h: \7<UUID>\0
|
||||||
|
r->h: \2\0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue