Skip to content
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

add wireless infos #41

Merged
merged 7 commits into from
May 13, 2024
Merged

add wireless infos #41

merged 7 commits into from
May 13, 2024

Conversation

T0biii
Copy link
Member

@T0biii T0biii commented May 12, 2024

No description provided.

@T0biii T0biii marked this pull request as ready for review May 12, 2024 20:40
Comment on lines 297 to 304
if channel >= 36:
return 5000 + (channel - 36) * 5
else:
if channel == 14:
return 2484
elif channel < 14:
return 2407 + (channel - 1) * 5

Copy link
Member Author

@T0biii T0biii May 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi: from chatgpt
maybe need some more work

https://de.mathworks.com/help/wlan/ref/wlanchannelfrequency.html

@T0biii T0biii marked this pull request as draft May 12, 2024 20:45
@T0biii T0biii marked this pull request as ready for review May 13, 2024 13:13
@awlx awlx merged commit d743841 into freifunkMUC:main May 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants