fix: supporting channels greater than 140 for 5g (closes #583)

This commit is contained in:
Simone Margaritelli
2019-11-13 01:32:05 +01:00
parent 9dcc647656
commit a8c07ba997
3 changed files with 39 additions and 28 deletions

View File

@ -1,4 +1,5 @@
NumChannels = 140
NumChannelsExt = 165 # see https://github.com/evilsocket/pwnagotchi/issues/583
def freq_to_channel(freq):