E. Lee
E. Lee
I've been holding off on running and submitting a `clang-format` because I know there's one big PR pending from @rosecitytransit, and don't want them to be blocked on having to...
Currently, `trunk-recorder` (as well as OpenMHz) tries to operate on the common ground of talkgroups being in decimal and ignores hexadecimal talkgroup values. This isn't a poor choice, since it...
Even though I may not be a commercial user of EAGLE, I still paid $1500 for some reasonable software that I use several times an year. Now that Autodesk has...
While I was adding support for file input, I was thinking about how I'd handle reading since I figured I could benefit from being able to seek over a static...
``` demod.c: In function ‘sendJsonUDP’: demod.c:42:12: error: unused variable ‘len’ [-Werror=unused-variable] int n, len; ^~~ demod.c:42:9: error: unused variable ‘n’ [-Werror=unused-variable] int n, len; ^ ``` https://github.com/russinnes/fsync-mdc1200-decode/blob/daff2c38cc54243a5b1f26149b34987426c64456/demod.c#L42 ``` demod.c: In...
``` demod.c: In function ‘fsyncCallBack’: demod.c:54:36: error: unused parameter ‘raw_msg’ [-Werror=unused-parameter] unsigned char *raw_msg, int raw_msg_len, \ ^~~~~~~ demod.c:54:49: error: unused parameter ‘raw_msg_len’ [-Werror=unused-parameter] unsigned char *raw_msg, int raw_msg_len, \...
Good morning, opening an issue here for public tracking - this is definitely a question that should loop in infrastructure presuming they also own security, but it does also pose...