diff web/calibrate/Light9Calibrate.ts @ 2420:d5750b2aaa9e

minor cam edits
author drewp@bigasterisk.com
date Tue, 21 May 2024 14:50:01 -0700
parents e3af0ac507c8
children 62dc1b3644a0
line wrap: on
line diff
--- a/web/calibrate/Light9Calibrate.ts	Tue May 21 14:08:17 2024 -0700
+++ b/web/calibrate/Light9Calibrate.ts	Tue May 21 14:50:01 2024 -0700
@@ -81,7 +81,7 @@
   async findSafeExposure(ev: MouseEvent) {
     await this.withButtonSpinner(ev, async () => {
       const algo = new FindSafeExposure(this.cam!, this.plot!);
-      await algo.run();
+      const expo = await algo.run();
     });
   }
   async setToZero(ev: MouseEvent) {