> + u8 rogerrx;We need to remove the legacy use of settings as an array. This is an
> } settings[2];
artifact of a previous bug in bitwise which has since been fixed. Not
your fault, but by knee-jerk reaction was that this addition would
break the array :)
This is a little confusing, I think we could just use the same list for
> -TDRAB_LIST = ["Off", "A", "B"]
> +TDRAB_LIST = ROGERRX_LIST = ["Off", "A", "B"]
both functions. But, I can't find anything else to complain about, so I
won't ask you to change it.
Thanks! :)