mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-19 00:45:33 +10:00
updated ui added new features
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
#ifndef CODEC2_HAVE_VERSION
|
||||
#define CODEC2_HAVE_VERSION
|
||||
|
||||
#define CODEC2_VERSION_MAJOR 1
|
||||
#define CODEC2_VERSION_MINOR 2
|
||||
#define CODEC2_VERSION_PATCH 0
|
||||
#define CODEC2_VERSION "1.2.0"
|
||||
|
||||
#endif
|
||||
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
#ifndef _CONFIGURATION_HEADER_GUARD_H_
|
||||
#define _CONFIGURATION_HEADER_GUARD_H_
|
||||
|
||||
#define SIZEOF_INT 4
|
||||
#define HAVE_STDLIB_H 1
|
||||
#define HAVE_STRING_H 1
|
||||
#define HAVE_FLOOR 1
|
||||
#define HAVE_CEIL 1
|
||||
#define HAVE_MEMSET 1
|
||||
#define HAVE_POW 1
|
||||
#define HAVE_SQRT 1
|
||||
#define HAVE_SIN 1
|
||||
#define HAVE_COS 1
|
||||
#define HAVE_ATAN2 1
|
||||
#define HAVE_LOG10 1
|
||||
#define HAVE_ROUND 1
|
||||
#define HAVE_GETOPT 0
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user