You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.
The Servo class constant MAX_POSITION reports a value of zero in OnBot environment. Correctly reports 1 in Android Studio.
Further, on one phone, OnBot, when you type Servo.M brings up MIN_POSITION and MAX_POSITION as autocomplete options. On another phone, Servo.M does not. However both compile and work other than MAX returning zero.
More testing reveals erratic autocomplete behavior. Servo.M brings up the MIN and MAX as mentioned above. Servo. may bring up a list of all available items (though when it does, MIN and MAX are not present, even though .M brings them up) and it may not.
The text was updated successfully, but these errors were encountered:
The Servo class constant MAX_POSITION reports a value of zero in OnBot environment. Correctly reports 1 in Android Studio.
Further, on one phone, OnBot, when you type Servo.M brings up MIN_POSITION and MAX_POSITION as autocomplete options. On another phone, Servo.M does not. However both compile and work other than MAX returning zero.
More testing reveals erratic autocomplete behavior. Servo.M brings up the MIN and MAX as mentioned above. Servo. may bring up a list of all available items (though when it does, MIN and MAX are not present, even though .M brings them up) and it may not.
The text was updated successfully, but these errors were encountered: