From 79562af9950598ce98ee74d2aa6a31de284dc773 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Sun, 18 Jun 2023 14:30:55 -0400 Subject: [PATCH] ensure fixedMode is defined and set to a reasonable default; --- configs/config.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config.example.yml b/configs/config.example.yml index ea7a3977..d5ffc2d1 100644 --- a/configs/config.example.yml +++ b/configs/config.example.yml @@ -281,7 +281,7 @@ system: # Amount of time the host will "hang" on a network received digital mode in multi-mode operation. (seconds) # netModeHang: 10 # Flag indicating the host is operating in a single digital mode. -# fixedMode: false + fixedMode: false # Amount of time the host will "hang" on the last TGID received via RF before returning to allowing all # TGID traffic. rfTalkgroupHang: 10