libremesh / lime-packages

LibreMesh packages configuring OpenWrt for wireless mesh networking
https://libremesh.org/
GNU Affero General Public License v3.0
274 stars 94 forks source link

lime.wireless: Fix wireless.is5Ghz #1071

Closed pony1k closed 5 months ago

pony1k commented 5 months ago

Fix #1063, where wireless.is5Ghz returns true for the 2GHz radio on TP-LINK TD-W8970.

codecov-commenter commented 5 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (d0c498f) 79.69% compared to head (ce17f08) 79.71%. Report is 6 commits behind head on master.

:exclamation: Current head ce17f08 differs from pull request most recent head 0c5b5d5. Consider uploading reports for the commit 0c5b5d5 to get more accurate results

Files Patch % Lines
...es/lime-system/files/usr/lib/lua/lime/wireless.lua 81.81% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1071 +/- ## ========================================== + Coverage 79.69% 79.71% +0.01% ========================================== Files 53 53 Lines 4550 4559 +9 ========================================== + Hits 3626 3634 +8 - Misses 924 925 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pony1k commented 5 months ago

@G10h4ck Are you okay with this?

G10h4ck commented 5 months ago

Looks good to me