Update jackdaw to new radio driver interface
This commit is contained in:
parent
a64a8674bc
commit
64d57a3dd8
3 changed files with 35 additions and 28 deletions
|
@ -310,7 +310,8 @@ void mac_ethernetSetup(void)
|
|||
usbstick_mode.sicslowpan = 1;
|
||||
usbstick_mode.sendToRf = 1;
|
||||
usbstick_mode.translate = 1;
|
||||
usbstick_mode.raw = 1;
|
||||
//usbstick_mode.raw = 1;
|
||||
usbstick_mode.raw = 0; //default: don't report raw frames until they are entirely correct
|
||||
|
||||
#if !RF230BB
|
||||
sicslowinput = pinput;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue