Skip to content

Commit

Permalink
Update rpt.conf
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
tsawyer committed Jun 27, 2024
1 parent 2609728 commit 605584c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configs/rpt/rpt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 605584c

Please sign in to comment.