summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/hhd70dongle.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/hhd70dongle/hhd70dongle.c')
-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 2c239b4..482be70 100644
--- a/software/hhd70dongle/hhd70dongle.c
+++ b/software/hhd70dongle/hhd70dongle.c
@@ -111,6 +111,7 @@ static void handle_cmd(uint8_t cmd)
case '_': current_freq_hz-=100000; update_current_freq(); break;
case 'P': cc1101_powerdown(); print_status(); break;
+ case 'I': cc1101_idle(); print_status(); break;
case 'f': print_actual_freq(); break;
case 's': print_status(); break;