Skip to content
Snippets Groups Projects
Commit 31349b95 authored by echicken's avatar echicken
Browse files

Set AX25.KISSTNC[property] to Number(tncIni[property]).

parent abd860b4
No related branches found
No related tags found
No related merge requests found
......@@ -289,7 +289,7 @@ AX25.loadTNC = function(tncName) {
continue;
}
if(tnc.hasOwnProperty(property))
tnc[property] = tncIni[property];
tnc[property] = Number(tncIni[property]);
else
throw "AX25: Unknown TNC property " + property;
}
......
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