diff --git a/pwnagotchi/mesh/wifi.py b/pwnagotchi/mesh/wifi.py index 3610bd17..f079e764 100644 --- a/pwnagotchi/mesh/wifi.py +++ b/pwnagotchi/mesh/wifi.py @@ -1,3 +1,5 @@ +NumChannels: int = 233 + def freq_to_channel(freq: float) -> int: """ Convert a Wi-Fi frequency (in MHz) to its corresponding channel number.