Skip to content

lightgun-poc / lib/wifi / bandFromMHz

Function: bandFromMHz()

bandFromMHz(mhz): string | null

Defined in: lib/wifi.ts:36

Exact band from a centre frequency in MHz, or null outside the WiFi bands.

Parameters

mhz

number

Returns

string | null

Released under the MIT License.