mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 22:45:23 +00:00
minor GUI improvements
This commit is contained in:
parent
78ecffbaac
commit
d313988bfd
4 changed files with 15 additions and 5 deletions
|
|
@ -107,15 +107,15 @@ uint8_t *USBInBuffer::getBuffer() const
|
|||
}
|
||||
|
||||
static Protocol::DeviceLimits limits = {
|
||||
.minFreq = 1000000,
|
||||
.minFreq = 0,
|
||||
.maxFreq = 6000000000,
|
||||
.minIFBW = 10,
|
||||
.maxIFBW = 10000,
|
||||
.maxIFBW = 50000,
|
||||
.maxPoints = 4501,
|
||||
.cdbm_min = -4000,
|
||||
.cdbm_max = -1000,
|
||||
.cdbm_max = 0,
|
||||
.minRBW = 10,
|
||||
.maxRBW = 10000,
|
||||
.maxRBW = 100000,
|
||||
};
|
||||
|
||||
Device::Device(QString serial)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue