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
When in a place where a gain of 49.6 so overloads the SDR that it gets not messages at all, the script will keep sitting at the highest value and not progress.
The obvious solution would seem to be to pass in a lower value for AUTOGAIN_MAX_GAIN_VALUE, but that's insufficient when then simply restarting the readsb container as it just continues on the value that it already started on.
As a hackish workaround I documented in the GitBook that one can simply overwrite the /run/autogain/autogain_current_value with something like
When in a place where a gain of 49.6 so overloads the SDR that it gets not messages at all, the script will keep sitting at the highest value and not progress.
The obvious solution would seem to be to pass in a lower value for
AUTOGAIN_MAX_GAIN_VALUE
, but that's insufficient when then simply restarting thereadsb
container as it just continues on the value that it already started on.As a hackish workaround I documented in the GitBook that one can simply overwrite the
/run/autogain/autogain_current_value
with something likebut it would be nicer if this, too, could be handled via changes to the environment variable.
The text was updated successfully, but these errors were encountered: