Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged

#554 #563

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ plugins {
id 'maven-publish'
}

version = '2.4.11-SNAPSHOT'
version = '2.4.12-SNAPSHOT'

repositories {
jcenter()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ public BaseRegulatedMotor(final Port motorPort, float moveP, float moveI, float
this.setStringAttribute(MODE, TACHO_MOTOR);
Delay.msDelay(500);
this.detect(TACHO_MOTOR, port);
Delay.msDelay(500);
//TODO Review to implement asynchronous solution
Delay.msDelay(700);
this.setStringAttribute(COMMAND, RESET);
if(log.isDebugEnabled())
log.debug("Motor ready to use on Port: {}",motorPort.getName());
Expand Down
2 changes: 1 addition & 1 deletion 2 src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Manifest-Version: 1.0
Implementation-Title: EV3Dev-lang-java
Implementation-Version: 2.4.11-SNAPSHOT
Implementation-Version: 2.4.12-SNAPSHOT
Implementation-Vendor: Juan Antonio Breña Moral
Binary file removed BIN -157 Bytes src/main/resources/cross.gif
Binary file not shown.
20 changes: 0 additions & 20 deletions 20 src/main/resources/logback.xml

This file was deleted.

Binary file removed BIN -158 Bytes src/main/resources/nought.gif
Binary file not shown.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.