10 Jul
2013
10 Jul
'13
4:50 p.m.
- u8 rogerrx;
} settings[2];
We need to remove the legacy use of settings as an array. This is an 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 :)
-TDRAB_LIST = ["Off", "A", "B"] +TDRAB_LIST = ROGERRX_LIST = ["Off", "A", "B"]
This is a little confusing, I think we could just use the same list for both functions. But, I can't find anything else to complain about, so I won't ask you to change it.
Thanks! :)
--
Dan Smith
www.danplanet.com
KK7DS