1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2021-02-06 09:05:02 +01:00
parent d4df42934a
commit dc66b82252

View file

@ -22,6 +22,9 @@
return true
end
function splitstring(inputstr, sep)
if inputstr == nil then
return ""
end
if sep == nil then
sep = "%s"
end