M17-Project / gr-m17

GNU Radio M17 protocol implementation
GNU General Public License v2.0
23 stars 5 forks source link

MD5 checksum mismatch #4

Closed sp5wwp closed 1 year ago

sp5wwp commented 1 year ago

m17_decoder_python.cc has a different MD5 checksum for the m17_decoder.h file (as mentioned in the readme).

jmfriedt commented 1 year ago

32132356f9fd2e63cbe50e6d19a7788841b3eac0 solves this issue: always make sure to clean build (rm -rf make && mkdir make && cd make && cmake ../) before committing to check the md5sum since this test is performed by cmake and not make.