Skip to content
Snippets Groups Projects
Commit c9546dec authored by alfredo's avatar alfredo
Browse files

trust me

parent f6d02413
No related branches found
No related tags found
No related merge requests found
......@@ -138,11 +138,11 @@ public class Domain {
a = remZip.substring(0, index1);
else
a = remZip.substring(0, index2);
b = "debian9-BB, Arduino1";
b = "debian9, Arduino1";
}
else if(remZip.contains("-debian9-bb")){
a = remZip.substring(0, remZip.indexOf("-debian9-bb"));
b = "debian9-BB";
b = "debian9";
}
else if(remZip.contains("_arduino1wifi")){
a = remZip.substring(0, remZip.indexOf("_arduino1wifi"));
......
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