From 7c30f7a7204a80dac641a48fc080e338c630aa87 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Sun, 1 Jun 2025 20:06:45 +0200 Subject: [PATCH] Adjust simulation config to match full config updates, fix .gitignore --- .gitignore | 4 ++-- ofm_config_simulation.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4f6925c9..e30a155b 100644 --- a/.gitignore +++ b/.gitignore @@ -79,8 +79,8 @@ packages.png openflexure_microscope/cobertura.xml # labthings settings -/settings/ -/openflexure_settings/ +settings/ +openflexure_settings/ # web app build /src/openflexure_microscope_server/static/ diff --git a/ofm_config_simulation.json b/ofm_config_simulation.json index 0d06ad87..42c1a356 100644 --- a/ofm_config_simulation.json +++ b/ofm_config_simulation.json @@ -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/" } \ No newline at end of file