closing delay max

reduce to increase slider resolution
This commit is contained in:
Paul Wieland 2024-11-10 11:41:55 -05:00
parent 1e15dae5a7
commit fd43050842
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ namespace ratgdo {
} else if (this->number_type_ == RATGDO_CLOSING_DELAY) { } else if (this->number_type_ == RATGDO_CLOSING_DELAY) {
this->traits.set_step(1); this->traits.set_step(1);
this->traits.set_min_value(0.0); this->traits.set_min_value(0.0);
this->traits.set_max_value(180.0); this->traits.set_max_value(60.0);
} else if (this->number_type_ == RATGDO_ROLLING_CODE_COUNTER) { } else if (this->number_type_ == RATGDO_ROLLING_CODE_COUNTER) {
this->traits.set_max_value(0xfffffff); this->traits.set_max_value(0xfffffff);
} else if (this->number_type_ == RATGDO_CLIENT_ID) { } else if (this->number_type_ == RATGDO_CLIENT_ID) {