more progress on M17 support

This commit is contained in:
AlexandreRouma
2021-09-28 20:46:19 +02:00
parent 187fc2cb9e
commit efd3c47a6c
11 changed files with 844 additions and 30 deletions

4
m17_decoder/src/base40.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
#include <stdint.h>
void decode_callsign_base40(uint64_t encoded, char* callsign);