Now we can even decode spaces
This commit is contained in:
@ -2337,6 +2337,7 @@ function secondary_demod_push_data(x)
|
||||
if(y=="&") return "&";
|
||||
if(y=="<") return "<";
|
||||
if(y==">") return ">";
|
||||
if(y==" ") return " ";
|
||||
return y;
|
||||
}).join("");
|
||||
$("#openwebrx-cursor-blink").before("<span class=\"part\"><span class=\"subpart\">"+x+"</span></span>");
|
||||
|
Reference in New Issue
Block a user