kopia lustrzana https://github.com/NanoVNA-Saver/nanovna-saver
Removed spleep at 0.3 for the sweep
rodzic
b2df018635
commit
391fb1a444
|
@ -271,9 +271,7 @@ class SweepWorker(QtCore.QRunnable):
|
|||
def readSegment(self, start, stop):
|
||||
logger.debug("Setting sweep range to %d to %d", start, stop)
|
||||
self.app.setSweep(start, stop)
|
||||
|
||||
sleep(0.3) # TODO This is fixed in 0.2.3 firmware
|
||||
#sleep(1) # TODO This long delay seems to fix the weird data transitions we were seeing by getting partial
|
||||
sleep(1) # TODO This long delay seems to fix the weird data transitions we were seeing by getting partial
|
||||
# sweeps. Clearly something needs to be done, maybe at firmware level, to address this fully.
|
||||
|
||||
# Let's check the frequencies first:
|
||||
|
|
Ładowanie…
Reference in New Issue