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

f

parent 6337fd07
No related branches found
No related tags found
No related merge requests found
...@@ -141,11 +141,9 @@ public class Domain { ...@@ -141,11 +141,9 @@ public class Domain {
if(remZip.toLowerCase().contains("_arduino1wifi")){ if(remZip.toLowerCase().contains("_arduino1wifi")){
String[] curr = remZip.split("_"); String[] curr = remZip.split("_");
String a = curr[0]; String a = curr[0];
// vogliamo solo Arduino1
String b = curr[1].substring(0, 8);
try { try {
// inserimento modulo arduino // inserimento modulo arduino
DBC.fillModules(a, b, s1[i]); DBC.fillModules(a, "Arduino1", s1[i]);
} catch (SQLException | JSONException e) { } catch (SQLException | JSONException e) {
e.printStackTrace(); e.printStackTrace();
} }
......
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