Add sneezer mode and tx power change

This commit is contained in:
dak664 2011-03-23 18:08:07 -04:00
parent 0af24040f1
commit a9cbbb4570
6 changed files with 254 additions and 63 deletions

View file

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