Closed this issue 2 years ago · 1 comments
rscp2mqtt core dumps on a Linux PC. Maybe a problem in the AES implementation. Same effect with the original example program.
fixed: Problem was the usage of type "long", which has a different range in 64 bit environments. Solution was to replace "long" by "uint32_t"