- fix ntripClient
- fix gyroscope - fix init screen
This commit is contained in:
@@ -194,6 +194,7 @@ void MotorControl::setRealPower(int8_t power)
|
||||
}
|
||||
|
||||
ledcWrite(this->pwmChannel, pwm_val);
|
||||
std::cout << "MotorControl::serRealPower - pwm: " << static_cast<int>(pwm_val) << std::endl;
|
||||
this->dutycycle = pwm_val;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user