mirror of
https://github.com/nqrduck/nqrduck-broadband.git
synced 2024-12-22 15:47:49 +00:00
Updated ini.
This commit is contained in:
parent
13c5359861
commit
e7c476ce97
2 changed files with 2 additions and 5 deletions
|
@ -15,7 +15,7 @@ class BroadbandController(ModuleController):
|
|||
if value > self.MIN_FREQUENCY:
|
||||
self._model.start_frequency = value
|
||||
else:
|
||||
self._model_start_frequency = self.MIN_FREQUENCY
|
||||
self._model.start_frequency = self.MIN_FREQUENCY
|
||||
|
||||
@pyqtSlot(str)
|
||||
def change_stop_frequency(self, value):
|
||||
|
|
|
@ -7,7 +7,4 @@ tooltip = Application used for broadband measurements
|
|||
[FILES]
|
||||
config = resources/broadband.ini
|
||||
widget_file = broadband_widget
|
||||
toolbox_logo = resources/toolbox_logo.png
|
||||
|
||||
[DEPENDECIES]
|
||||
Spectrometer
|
||||
toolbox_logo = resources/toolbox_logo.png
|
Loading…
Reference in a new issue