Browse Source

Implement correct interface for manual mode.

master
Tim Zeuner 1 year ago
parent
commit
bc3484acae

+ 1
- 1
MobileApp/app/src/main/java/com/example/lfrmobileapp/Communication.java View File

@@ -34,7 +34,7 @@ public class Communication {
if(startStop){
tel += ";1";
}else{
tel += ";0";
return "aa0;0.0;0.0;0.0;0.0zz";
}

for (String i : list) {

Loading…
Cancel
Save