Skip to content
Snippets Groups Projects
Commit 11ff8859 authored by Sid's avatar Sid
Browse files

Add gluon-usteer

parent 18836a6f
No related branches found
No related tags found
No related merge requests found
Pipeline #2953 passed
...@@ -35,6 +35,10 @@ if not device_class('tiny') then ...@@ -35,6 +35,10 @@ if not device_class('tiny') then
'web-cellular', 'web-cellular',
'wireless-encryption-wpa3' 'wireless-encryption-wpa3'
}) })
packages({
'ffda-gluon-usteer'
})
end end
-- Custom package lists -- Custom package lists
......
...@@ -223,4 +223,20 @@ ...@@ -223,4 +223,20 @@
}, },
}, },
}, },
usteer = {
network = {
enabled = true,
wireless = true,
wired = true,
update_interval = 5000,
update_timeout = 12
},
band_steering = {
enabled = true,
min_snr = -60,
interval = 40000
}
},
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment