Error fixes and base flight logic
This commit is contained in:
@@ -20,7 +20,7 @@ RangingSensor::RangingSensor(TwoWire &i2c) {
|
||||
}
|
||||
|
||||
void RangingSensor::startFlight() {
|
||||
_start_distance = _distance;
|
||||
//_start_distance = _distance;
|
||||
}
|
||||
|
||||
void RangingSensor::tick() {
|
||||
|
||||
Reference in New Issue
Block a user