Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHD/OpenHD
/ get_frequency
Method
get_frequency
OpenHD/ohd_interface/src/wifi_hotspot.cpp:159–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
uint16_t WifiHotspot::get_frequency() {
160
if (m_use_5G_channel) return 5180;
161
return 2412;
162
}
Callers
1
update_wifi_hotspot_enable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected