mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 12:47:40 +01:00
reduced buffer size
This commit is contained in:
parent
754a9ac406
commit
c23b2bdc55
@ -73,8 +73,8 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
void updatePresence() {
|
void updatePresence() {
|
||||||
char freq[1024];
|
char freq[32];
|
||||||
char mode[1024];
|
char mode[32];
|
||||||
double selectedFreq = gui::freqSelect.frequency;
|
double selectedFreq = gui::freqSelect.frequency;
|
||||||
std::string selectedName = gui::waterfall.selectedVFO;
|
std::string selectedName = gui::waterfall.selectedVFO;
|
||||||
strcpy(mode, "Raw");
|
strcpy(mode, "Raw");
|
||||||
|
Loading…
Reference in New Issue
Block a user