Add menu option to temporarily disable RS232 debug output for higher 6lowpan throughput.

Functional rpl with RNDIS/Ubuntu (tested on Raven single hops)
This commit is contained in:
dak664 2010-11-19 20:02:25 +00:00
parent c6c81acede
commit b3324c6d23
5 changed files with 86 additions and 42 deletions

View file

@ -64,6 +64,7 @@ typedef struct {
uint8_t sendToRf :1;
uint8_t translate :1;
uint8_t raw :1;
uint8_t debugOn :1;
} usbstick_mode_t;