mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-04 23:45:37 -04:00
Prepare interface modularity
This commit is contained in:
parent
760ab981d0
commit
a762af035a
14 changed files with 43 additions and 31 deletions
|
@ -188,7 +188,7 @@ class RNodeMultiInterface(Interface):
|
|||
|
||||
super().__init__()
|
||||
|
||||
c = configuration
|
||||
c = Interface.get_config_obj(configuration)
|
||||
name = c["name"]
|
||||
|
||||
count = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue