Skip to content

Commit

Permalink
Merge pull request #2214 from jluhrs/F2_window_cover_workaround
Browse files Browse the repository at this point in the history
Workaround for F2 window cover problem.
  • Loading branch information
jluhrs authored Jul 14, 2022
2 parents 4ce73b4 + 7110db3 commit db8fb4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ object Flamingos2ControllerEpics extends Flamingos2Encoders {
val fpu = encode(cc.fpu)
val (filterValue, lyotValue) = filterAndLyot(cc)
for {
_ <- sys.configCmd.setWindowCover(encode(cc.w))
// _ <- sys.configCmd.setWindowCover(encode(cc.w))
_ <- sys.configCmd.setDecker(encode(cc.d))
_ <- sys.configCmd.setMOS(fpu._1)
_ <- sys.configCmd.setMask(fpu._2)
Expand Down

0 comments on commit db8fb4d

Please sign in to comment.