kopia lustrzana https://github.com/cyoung/stratux
commnet out device count logging
rodzic
3745a805b7
commit
ca6a77d19a
|
@ -235,7 +235,7 @@ func sdrWatcher() {
|
||||||
time.Sleep(1 * time.Second)
|
time.Sleep(1 * time.Second)
|
||||||
count := rtl.GetDeviceCount()
|
count := rtl.GetDeviceCount()
|
||||||
atomic.StoreUint32(&globalStatus.Devices, uint32(count))
|
atomic.StoreUint32(&globalStatus.Devices, uint32(count))
|
||||||
log.Println("DeviceCount...", count)
|
// log.Println("DeviceCount...", count)
|
||||||
|
|
||||||
// support two and only two dongles
|
// support two and only two dongles
|
||||||
if count > 2 {
|
if count > 2 {
|
||||||
|
|
Ładowanie…
Reference in New Issue