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 3888c61 commit e9f7817Copy full SHA for e9f7817
config.py
@@ -48,7 +48,7 @@
48
# Furthermore, enabling this mode will give you an access to a new pane
49
# in scope display calle "Debug", enabling you to see all spectra sent to
50
# scope display.
51
-DEVELOPER_MODE_ENABLED = True
+DEVELOPER_MODE_ENABLED = False
52
53
# Enter here the name (between quotes) of the colormap you want to use
54
# To find some other colormap ideas :
run_CALOA.bat
@@ -3,4 +3,3 @@ echo Checking for updates.
3
python updater.py
4
echo Running CALOA
5
python application.py
6
-pause
0 commit comments