Removed ADC Overload message and temporalily changed Wideband scope to 30.72 max frequency.
This commit is contained in:
parent
805637d104
commit
5fb03c15b1
@ -760,6 +760,7 @@ void QGLReceiverPanel::drawPanadapter() {
|
||||
glEnd();
|
||||
}
|
||||
|
||||
#if 0 // remove big red overload indicator
|
||||
if (m_adcStatus == 2) {
|
||||
|
||||
glBegin(GL_TRIANGLE_STRIP);
|
||||
@ -775,6 +776,7 @@ void QGLReceiverPanel::drawPanadapter() {
|
||||
qglColor(QColor(255, 0, 0, 155));
|
||||
m_oglTextHuge->renderText((x2-rectWidth)/2, y1+30, -3.5f, str);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
|
||||
|
||||
4486
Source/src/GL/cusdr_oglReceiverPanel.cpp~
Normal file
4486
Source/src/GL/cusdr_oglReceiverPanel.cpp~
Normal file
File diff suppressed because it is too large
Load Diff
@ -69,7 +69,8 @@
|
||||
//#define AGCOFFSET 33.0
|
||||
|
||||
#define MAXFREQUENCY 961440000
|
||||
#define MAXHPFREQUENCY 61440000
|
||||
//#define MAXHPFREQUENCY 61440000
|
||||
#define MAXHPFREQUENCY 30720000
|
||||
#define MINDBM -180
|
||||
#define MAXDBM 10
|
||||
#define MINDISTDBM -150
|
||||
|
||||
1586
Source/src/cusdr_settings.h~
Normal file
1586
Source/src/cusdr_settings.h~
Normal file
File diff suppressed because it is too large
Load Diff
7
bak/README.md
Normal file
7
bak/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
This is a copy of VK5ABN, Berndt's cuSDR source
|
||||
derived from his post: http://www.ping.net.au/20140126_cuSDR64src.tar.gz
|
||||
|
||||
I added local sound and up'd the number of recievers to 8
|
||||
for librtlhpsdr.
|
||||
|
||||
I have only compiled and used this on linux.
|
||||
Loading…
Reference in New Issue
Block a user