mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix issue with modemmanager in wizard
This commit is contained in:
parent
d4df42934a
commit
dc66b82252
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
|||
return true
|
||||
end
|
||||
function splitstring(inputstr, sep)
|
||||
if inputstr == nil then
|
||||
return ""
|
||||
end
|
||||
if sep == nil then
|
||||
sep = "%s"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue