Adjust simulation config to match full config updates, fix .gitignore

This commit is contained in:
Julian Stirling 2025-06-01 20:06:45 +02:00
parent b88487af78
commit 7c30f7a720
2 changed files with 5 additions and 5 deletions

View file

@ -8,8 +8,8 @@
"/system_control/": "openflexure_microscope_server.things.system_control:SystemControlThing",
"/settings/": "openflexure_microscope_server.things.settings_manager:SettingsManager",
"/smart_scan/": "openflexure_microscope_server.things.smart_scan:SmartScanThing",
"/background_detect/": "openflexure_microscope_server.things.smart_scan:BackgroundDetectThing",
"/api_test/": "openflexure_microscope_server.things.test:APITestThing"
"/background_detect/": "openflexure_microscope_server.things.background_detect:BackgroundDetectThing",
"/capture/": "openflexure_microscope_server.things.capture:CaptureThing"
},
"settings_folder": "./openflexure_settings/"
"settings_folder": "./openflexure/settings/"
}