mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Fix random issues #2
This commit is contained in:
parent
e85fc55063
commit
a3b69492ee
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#include "logger.h"
|
||||
#include "portaudio_sink.h"
|
||||
|
||||
class RtAudioAudioSupport : public satdump::Plugin
|
||||
class PortAudioAudioSupport : public satdump::Plugin
|
||||
{
|
||||
public:
|
||||
std::string getID()
|
||||
|
|
@ -21,4 +21,4 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
PLUGIN_LOADER(RtAudioAudioSupport)
|
||||
PLUGIN_LOADER(PortAudioAudioSupport)
|
||||
|
|
@ -52,7 +52,7 @@ namespace jpss
|
|||
}
|
||||
}
|
||||
|
||||
int16_t beam_angle;
|
||||
int16_t beam_angle = 0;
|
||||
((uint8_t *)&beam_angle)[1] = packet.payload[8 + 0];
|
||||
((uint8_t *)&beam_angle)[0] = packet.payload[8 + 1];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue