Skip to content
Snippets Groups Projects
Commit 2808af2e authored by Sid's avatar Sid Committed by Nico
Browse files

Add gluon-usteer

parent f9f3c605
No related branches found
No related tags found
No related merge requests found
Pipeline #3048 canceled
...@@ -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
......
...@@ -224,4 +224,20 @@ ...@@ -224,4 +224,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