-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AVG_$CHANNEL=$(( ($CURRENT_AVG + $CURRENT_VALUE + 1) / 2 )) --> that is not an average #5
Comments
0xCAFEDECAF
changed the title
eval "AVG_$CHANNEL=$(( ($CURRENT_AVG + $CURRENT_VALUE + 1) / 2 ))": that is not an average
AVG_$CHANNEL=$(( ($CURRENT_AVG + $CURRENT_VALUE + 1) / 2 )) --> that is not an average
Jun 14, 2023
Here is my version of this script:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/PoweredLocal/openwrt-auto-channel-select/blame/675477958f5c34370969903c8b4bf3bfeaaf5ecf/setAutoChannel.sh#L63
That is not an average
The text was updated successfully, but these errors were encountered: