Skip to content
Snippets Groups Projects
Unverified Commit 12ec6ab2 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-mesh-batman-adv: use new gluon.site library to avoid 'or {}' syntax

parent 951f62ac
No related branches found
No related tags found
No related merge requests found
local client_bridge = require 'gluon.client_bridge'
local site = require 'gluon.site_config'
local next_node = site.next_node or {}
local site = require 'gluon.site'
local next_node = site.next_node({})
local macaddr = client_bridge.next_node_macaddr()
......
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