You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case: I have direwolf running headless on a pi connected to the mobile rig in my car. I can use aprsdroid to view the map and do messaging, but direwolf beacons on its own using gpsd+smartbeaconing, whether my phone is connected or not. I also have a commentcmd set up to pull QSY information from my radio and even adjust the comment based on which channel I have the subband to. So far so good.
But I would also like to be able to tell direwolf that it shouldn't transmit at all if the subband of my radio isn't tuned to APRS. As a minimal working hack I've added a return; to the "COMMENTCMD failure" case in beacon_send, but I am of course open to a cleaner method.