summaryrefslogtreecommitdiff
path: root/software/hhd70dongle
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2015-02-17 16:49:20 +0100
committerChristian Pointner <equinox@mur.at>2015-02-17 16:49:20 +0100
commit6c35171d857173fb93820be7e9518ffbbc484b79 (patch)
tree0683a542b258406e20badb3e869b9866b565ec7f /software/hhd70dongle
parenthhd70: added commands SXOFF and SCAL (diff)
hhd70: command fast tx on
Diffstat (limited to 'software/hhd70dongle')
-rw-r--r--software/hhd70dongle/hhd70dongle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/software/hhd70dongle/hhd70dongle.c b/software/hhd70dongle/hhd70dongle.c
index 0827a4a..ca2fa45 100644
--- a/software/hhd70dongle/hhd70dongle.c
+++ b/software/hhd70dongle/hhd70dongle.c
@@ -125,6 +125,7 @@ static void handle_cmd(uint8_t cmd)
case 'I': cc1101_idle(); print_status(); break;
case 'O': osc_off_hhd70(); break;
case 'C': cc1101_calibrate(); print_status(); break;
+ case 'X': cc1101_fasttxon(); print_status(); break;
case 'f': print_actual_freq(); break;
case 's': print_status(); break;