From eaae02ef008e117d8ad5f2568776a6c2b393a193 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Wed, 28 Feb 2024 17:24:21 -0600 Subject: [PATCH] Update simdft1000.c --- simulators/simft1000.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simulators/simft1000.c b/simulators/simft1000.c index a5073172e..56654defa 100644 --- a/simulators/simft1000.c +++ b/simulators/simft1000.c @@ -124,6 +124,10 @@ again: printf("Set Main freq\n"); break; + case 0x10: + printf("Info\n"); + break; + case 0x0c: printf("Set mode\n"); break;