AllStarLink / ASL3

AllStarLink Version 3
https://www.allstarlink.org
GNU Affero General Public License v3.0
18 stars 3 forks source link

Add support for Hotspot COR LED #70

Closed tsawyer closed 3 months ago

tsawyer commented 5 months ago

This issue is to create an easy way for users to add COR LED support to their hot spot via the asl-menu.

Allan-N commented 5 months ago

Minimally, I don't think we want to call this [event-hs_led] because I don't believe it's a given that all Hotspot's have an LED tied to GPIO4. Maybe [event-led-gpio4].

Also, the new [events-xxx] would not be added to node-main because they are not [node-main] settings. They would be their own category/stanza.

tsawyer commented 5 months ago

@Allan-N Also, the new [events-xxx] would not be added to node-main because they are not [node-main] settings. They would be their own category/stanza.

You're right. That's at line 541 in rpt.conf

tsawyer commented 5 months ago

Added a stanza to toggle gpio4 with RPT_RXKEYED. https://github.com/AllStarLink/app_rpt/commit/605584cd23861d0718be9864a3f7d20c43870b80 @Allan-N Next step is patch or script this change to deployed user rpt.conf. Then we'll we have the option to implement this alone or in combination AllStarLink/asl3-menu#59 and/or AllStarLink/asl3-menu#58, or both combined.

tsawyer commented 5 months ago

@jxmx fyi, possible impact to next release.

Allan-N commented 5 months ago

I have pulled out this change. Needs more discussion about the impact and how best to manage .conf changes.

KB4MDD commented 4 months ago

I am sorry - I did not realize this was already in process. I created https://github.com/AllStarLink/app_rpt/pull/370. To add these to the defaults.

jxmx commented 3 months ago

See https://github.com/AllStarLink/app_rpt/pull/370