Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion renderer/templates/radio.uc
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
# Wireless Configuration
{% for (let phy in phys): %}
{% let reconf = phy.no_reconf ? 0 : 1 %}
{% let htmode = match_htmode(phy, radio) %}
{% let htmode = (radio.band != "HaLow") ? match_htmode(phy, radio) : "" %}
set wireless.{{ phy.section }}.disabled={{ exists(radio, 'enable') ? b(!radio.enable) : 0 }}
set wireless.{{ phy.section }}.ucentral_path={{ s(location) }}
{% if (radio.band != "HaLow"): %}
Expand Down