Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make dayTimeMode optional #905

Merged
merged 2 commits into from
Jun 10, 2024
Merged

Make dayTimeMode optional #905

merged 2 commits into from
Jun 10, 2024

Conversation

cquiroz
Copy link
Collaborator

@cquiroz cquiroz commented Jun 10, 2024

This is to make observe compatible with the TCC

@@ -59,7 +59,7 @@ object GuideConfig {
MountGuideOption.MountGuideOff,
M1GuideOff,
M2GuideOff,
false,
None,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is a None value interpreted?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

false, but it is not really used on observe

Copy link
Contributor

@swalker2m swalker2m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like it shouldn't be an option in Navigate / TCC ? At any rate 👍

@cquiroz
Copy link
Collaborator Author

cquiroz commented Jun 10, 2024

In navigate as yyou said it shouldn't be an option but we don't wantn to modify TCC
I think it should return to Option once we kill TCC

@cquiroz cquiroz merged commit 5ba572d into master Jun 10, 2024
8 checks passed
@cquiroz cquiroz deleted the daytime-optional branch June 10, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants