mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-07 01:06:39 +10:00
updated ui added new features
This commit is contained in:
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
|
||||
FILE........: thash.c
|
||||
AUTHOR......: David Rowe
|
||||
DATE CREATED: July 2020
|
||||
|
||||
Simple test program for freeDV API get hash function
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "freedv_api.h"
|
||||
|
||||
int main(void) {
|
||||
printf("%s\n", freedv_get_hash());
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user