Increase max client id to 0xFFFFFFFF (#94)
This commit is contained in:
parent
66ba19e69e
commit
718237ae84
|
@ -69,8 +69,7 @@ namespace ratgdo {
|
|||
} else if (this->number_type_ == RATGDO_ROLLING_CODE_COUNTER) {
|
||||
this->traits.set_max_value(0xfffffff);
|
||||
} else if (this->number_type_ == RATGDO_CLIENT_ID) {
|
||||
// not sure how large remote_id can be, assuming not more than 24 bits
|
||||
this->traits.set_max_value(0xffffff);
|
||||
this->traits.set_max_value(0xFFFFFFFF);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue