AllStarLink / app_rpt

Refactoring and upgrade of AllStarLink's app_rpt, etc.
5 stars 4 forks source link

chan_simpleusb, chan_usbradio: Reduce frequency of device string not found messages #237

Closed KB4MDD closed 10 months ago

KB4MDD commented 10 months ago

This changes chan_simpleusb and chan_usbradio to reduce frequency of device string not found messages.

The message will now be repeated every 4.25 minutes.

This closes #229

tsawyer commented 10 months ago

showing the warning just once would be sufficient.

I think that would be best.

KB4MDD commented 10 months ago

Based on the comments, I have revised the code to only print the message one time. If the problem is cleared and occurs again, it will be reported once with the next occurrence.