We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29028db commit 6a666abCopy full SHA for 6a666ab
.gitignore
@@ -10,3 +10,6 @@ BabbleApp/dist
10
/training
11
.vscode
12
/testing
13
+scripts/example_build_app_and_installer.bat
14
15
+scripts/installer.iss
BabbleApp/babble_processor.py
@@ -231,8 +231,8 @@ def run(self):
231
232
233
run_model(self)
234
- #if self.config.use_calibration:
235
- cal.cal_osc(self, self.output)
+ if self.config.use_calibration:
+ self.output = cal.cal_osc(self, self.output)
236
237
#else:
238
# pass
0 commit comments