refactor menustatr
This commit is contained in:
@ -88,7 +88,7 @@ string Drive::sPowerCyclesToText()
|
||||
|
||||
void Drive::setTaskPercentage(uint8_t u8TaskPercentage)
|
||||
{
|
||||
if((u8TaskPercentage >= 0) && (u8TaskPercentage <= 100))
|
||||
if(u8TaskPercentage <= 100)
|
||||
{
|
||||
this->u8TaskPercentage = u8TaskPercentage;
|
||||
}
|
||||
|
Reference in New Issue
Block a user