Skip to content
Snippets Groups Projects
Unverified Commit ad1a1906 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

gluon-core: fix reference to outdoors config site variable

parent 16a78b4e
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ end
local sysconfig = require 'gluon.sysconfig'
local platform_info = require 'platform_info'
local config = site.wifi5.outdoor_preset('preset')
local config = site.wifi5.outdoors('preset')
local outdoor = false
if sysconfig.gluon_version then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment