deleted hamlib subfolder

This commit is contained in:
DJ2LS 2022-11-19 10:50:23 +01:00
parent 2a4f6c950f
commit 8e2fb9aea3
22 changed files with 2 additions and 2943 deletions

View file

@ -91,7 +91,8 @@
"releaseType": "release"
},
"extraResources": [
"./tnc/**"
"./tnc/**",
"../tnc/dist/tnc/**"
]
}
}

Binary file not shown.

File diff suppressed because it is too large Load diff

View file

@ -1,3 +0,0 @@
# Hamlib Python binding
we need to copy "libhamlib.so.4.0.4" from build_dir/lib/ to this path, rename it to "libhamlib.so.4 and add it to source directory of tnc and daemon binary

View file

@ -1,41 +0,0 @@
# _Hamlib.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-9
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='_Hamlib.so'
# Names of this library.
library_names='_Hamlib.so _Hamlib.so _Hamlib.so'
# The name of the static archive.
old_library='_Hamlib.a'
# Linker flags that cannot go in dependency_libs.
inherited_linker_flags=' -pthread'
# Libraries that this one depends upon.
dependency_libs=' /home/dj2ls/hamlib4.4/lib/libhamlib.la -ldl -lm -lusb-1.0 -L/usr/lib -lpython3.8'
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for _Hamlib.
current=0
age=0
revision=0
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=yes
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/home/dj2ls/hamlib4.4/lib/python3.8/site-packages'

View file

@ -1 +0,0 @@
# hamlib win32 4.4

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1 +0,0 @@
# hamlib win64 4.4

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -929,8 +929,6 @@ class RF:
if channel_busy_delay == 0:
static.CHANNEL_BUSY = False
static.FFT = dfftlist[:315] # 315 --> bandwidth 3200
except Exception as err:
self.log.error(f"[MDM] calculate_fft: Exception: {err}")