push before merge

This commit is contained in:
Ryzerth
2020-12-26 00:42:15 +01:00
parent 09498f3b18
commit 9cac95fd82
9 changed files with 319 additions and 6 deletions
.github/workflows
CMakeLists.txt
airspyhf_source/src
audio_sink/src
core/src
core.cpp
signal_path
hackrf_source
readme.md

@ -16,6 +16,7 @@ public:
class Sink {
public:
virtual ~Sink() {}
virtual void start() = 0;
virtual void stop() = 0;
virtual void menuHandler() = 0;