2021-05-17, 08:51 AM
You used `>` instead of `>=` to check the slot upper-bounds.
You also use a define for the upper bound, which is good, then hard-coded the value in the string, which defeats the object.
You also use a define for the upper bound, which is good, then hard-coded the value in the string, which defeats the object.