Updated ini.

This commit is contained in:
jupfi 2023-07-03 21:58:20 +02:00
parent 13c5359861
commit e7c476ce97
2 changed files with 2 additions and 5 deletions

View file

@ -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):

View file

@ -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