Fix full config file
The full config file now uses the correct syntax for loading the picamera2 and sangaboard Things, and uses the default system-level settings folder.
This commit is contained in:
parent
7b584d3e64
commit
5c4ff203d7
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"things": {
|
||||
"/camera/": "labthings_picamera2.thing.StreamingPiCamera2",
|
||||
"/stage/": "labthings_sangaboard.SangaboardThing",
|
||||
"/camera/": "labthings_picamera2.thing:StreamingPiCamera2",
|
||||
"/stage/": "labthings_sangaboard:SangaboardThing",
|
||||
"/auto_recentre_stage/": "openflexure_microscope_server.things.auto_recentre_stage:RecentringThing",
|
||||
"/autofocus/": "openflexure_microscope_server.things.autofocus:AutofocusThing",
|
||||
"/camera_stage_mapping/": "openflexure_microscope_server.things.camera_stage_mapping:CameraStageMapper",
|
||||
|
|
@ -15,5 +15,5 @@
|
|||
},
|
||||
"/background_detect/": "openflexure_microscope_server.things.smart_scan:BackgroundDetectThing"
|
||||
},
|
||||
"settings_folder": "./openflexure_settings/"
|
||||
}
|
||||
"settings_folder": "/var/openflexure/settings/"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue