This website works better with JavaScript.
Home
Explore
Help
Sign In
yasarba71520
/
Line-Following-Robot
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Implement correct interface for manual mode.
master
Tim Zeuner
1 year ago
parent
1f172a8b7a
commit
bc3484acae
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
MobileApp/app/src/main/java/com/example/lfrmobileapp/Communication.java
+ 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) {
Write
Preview
Loading…
Cancel
Save