From 605584cd23861d0718be9864a3f7d20c43870b80 Mon Sep 17 00:00:00 2001 From: Tim Sawyer Date: Wed, 26 Jun 2024 19:22:47 -0700 Subject: [PATCH] Update rpt.conf Add event stanza to toggle gpio4 on COR (aka RPT_RXKEYED event). Event is activated by adding 'events = event-cor_gpio4' in the user node settings, ie [xxxx](node-main). --- configs/rpt/rpt.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/rpt/rpt.conf b/configs/rpt/rpt.conf index 232d114..8b165d3 100644 --- a/configs/rpt/rpt.conf +++ b/configs/rpt/rpt.conf @@ -524,6 +524,12 @@ idwait = 100 ; Time to wait before starting ID unkeywait = 100 ; Time to wait after unkey before sending CT's and link telemetry calltermwait = 2000 ; Time to wait before announcing "call terminated" +[event-cor_gpio4] +; generally used to operate COR LED on hotspots +; by adding 'events = event-cor_gpio4' under [xxxx](node-main) +cop,62,GPIO4:1 = c|t|RPT_RXKEYED +cop,62,GPIO4:0 = c|f|RPT_RXKEYED + [memory] ;;;;; Remote base memories ;;;;; ; Memories for remote bases (not for repeaters or hotspots). Seldom used.