added parsing of frame to get receiver address, etc
This commit is contained in:
parent
5da8a9261b
commit
3d388760c3
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ slip_radio_cmd_handler(const uint8_t *data, int len)
|
|||
|
||||
PRINTF("slip-radio: sending: %d\n", packetbuf_datalen());
|
||||
|
||||
/* parse frame before sending to get addresses, etc. */
|
||||
no_framer.parse();
|
||||
NETSTACK_MAC.send(&packet_sent, &packet_ids[packet_pos]);
|
||||
|
||||
packet_pos++;
|
||||
|
|
Loading…
Reference in a new issue