From c874269c1b6ec71be535e9c8d61c811e96927910 Mon Sep 17 00:00:00 2001 From: John Melton - G0ORX/N6LYT Date: Mon, 21 Nov 2016 17:20:09 +0000 Subject: [PATCH] removed menu.h and menu.c --- radio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/radio.h b/radio.h index 19ad1d4..ffb418a 100644 --- a/radio.h +++ b/radio.h @@ -51,7 +51,9 @@ extern char property_path[]; #define ALEX 1 #define APOLLO 2 +// soecify how many receivers (only 1 or 2 for now) #define RECEIVERS 2 + /* #define PA_DISABLED 0 #define PA_ENABLED 1 -- 2.45.2