-
-
Notifications
You must be signed in to change notification settings - Fork 938
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
Chimes option #813
Chimes option #813
Conversation
Please update the settings version in the settings file for this set of changes. InfiniTime/src/components/settings/Settings.h Line 176 in 822b6ae
This will prevent settings version conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me
@@ -0,0 +1,88 @@ | |||
#include "SettingChimes.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#include "SettingChimes.h" | |
#include "displayapp/screens/settings/SettingChimes.h" |
could you make the include relative to the src
directory as done in the (not yet merged, but approved) PR #805
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
So I've been using this for a while now, Id love something to differentiate it from a normal notification, Like more buzzes or a weird pattern or something. Might not be doable in this PR but some feedback. I'm always thinking I have a notification when it goes off :D |
I thought about a different notification method but didn't want to insert blocking code 'pulsing the motor a couple of times. |
Squashed commit of the following: commit c5282f9 Author: SteveAmor <[email protected]> Date: Sun Nov 7 14:15:39 2021 +0000 update settings version commit 822b6ae Author: SteveAmor <[email protected]> Date: Sun Nov 7 13:12:01 2021 +0000 format changes commit 37de10f Author: SteveAmor <[email protected]> Date: Sun Nov 7 12:10:23 2021 +0000 applied clang-format commit 5932391 Author: SteveAmor <[email protected]> Date: Sun Nov 7 10:50:33 2021 +0000 Chimes option
is this pull can be merged by @JF002 , @geekbozu ? |
any news @SteveAmor @geekbozu @Avamander ? |
@SteveAmor if you could fix the now existing conflicts... :) @lman0 @trman Once we approve them its up to @JF002 to merge them. All we can do is guide him. He will get there when his schedule allows and on his priority |
@SteveAmor It's not GitHub, it's Git. There's unresolved conflicts still, make a merge commit or rebase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks pretty good. Could you have a look at the type of chimeState (enum classs instead of int) ?
Addresses #778