Description
When 2 separate hardware nodes for the tutorial, you can try to txtsnd from one node to the other, but packetdump will not show the packet.
Thus you cannot see if a packet was received correctly.
Steps to reproduce
- Compile and flash task-05 on 2 nodes with the same radio (for example esp8266).
- Send from node 1 using txtsnd.
- Look in the terminal for node 2.
Expected results
A packet is received and dumped to the shell in node 2.
Actual results
Nothing happens in node 2.