mirror of
https://github.com/OpenMANET/morse-feed.git
synced 2025-12-10 03:43:06 -06:00
wizard-config: (APP-3749, PR #970) Fix wizard-config powersave typo
Sometimes testing/copy-pasting is hard. Approved-by: Sophronia Koilpillai Approved-by: Lyall Beveridge
This commit is contained in:
parent
f634a16123
commit
8b452e8825
@ -252,7 +252,7 @@ function apply_config (uci, config) {
|
||||
uci.set("wireless", morse_iface, "mode", "sta");
|
||||
// Disable powersave since this is only used for Extenders where
|
||||
// power is not a concern (powersave causes higher latency).
|
||||
uci.set("wireless", morse_iface, "powersave", "0")
|
||||
uci.set("wireless", morse_iface, "powersave", "0");
|
||||
uci.set("wireless", morse_iface, "ssid", config.ssid);
|
||||
uci.set("wireless", morse_iface, "key", config.key);
|
||||
uci.set("wireless", morse_iface, "encryption", config.encryption);
|
||||
@ -293,7 +293,7 @@ function apply_config (uci, config) {
|
||||
uci.set("wireless", backhaul_sta, "mode", "sta");
|
||||
// Disable powersave since this is only used for Extenders where
|
||||
// power is not a concern (powersave causes higher latency).
|
||||
uci.set("wireless", backhaul_sta, "powersave", "0")
|
||||
uci.set("wireless", backhaul_sta, "powersave", "0");
|
||||
uci.set("wireless", backhaul_sta, "ssid", config.ssid);
|
||||
uci.set("wireless", backhaul_sta, "key", config.key);
|
||||
uci.set("wireless", backhaul_sta, "multi_ap", "1");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user