Skip to content

Commit

Permalink
Disable celestial navigation auto mode for now
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Corry <kylecorry31@gmail.com>
  • Loading branch information
kylecorry31 committed Dec 23, 2024
1 parent 1547a01 commit 394a86d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class CelestialNavigationFragment : BoundFragment<FragmentCelestialNavigationBin
private val correctUsingCamera = true
private val starFinder = StarFinderFactory().getStarFinder()
private val longExposure = LongExposure(10)
private var isAutoMode = true
private var isAutoMode = false

private val exposureTimer = CoroutineTimer {
val image = onMain { binding.camera.previewImage } ?: return@CoroutineTimer
Expand Down

0 comments on commit 394a86d

Please sign in to comment.