Minor watch settings renaming
This commit is contained in:
parent
5cd5080fc9
commit
7af7c7f95d
@ -31,8 +31,8 @@ static const WatchSettings_t defaultWatchSettings =
|
||||
.notification = {
|
||||
.notification_vibration_duration = 3,
|
||||
.notification_vibration_strength = 6,
|
||||
.notification_vibrate_on_email = true,
|
||||
.notification_vibrate_on_sms = true,
|
||||
.notification_vibrate_on_notification_receive = true,
|
||||
.notification_vibrate_on_call_receive = true,
|
||||
},
|
||||
.connectivity = {
|
||||
.connectivity_ble_enabled = false,
|
||||
|
@ -51,8 +51,8 @@ typedef struct Activity
|
||||
*/
|
||||
typedef struct Notification
|
||||
{
|
||||
uint32_t notification_vibrate_on_sms:1,
|
||||
notification_vibrate_on_email:1,
|
||||
uint32_t notification_vibrate_on_notification_receive:1,
|
||||
notification_vibrate_on_call_receive:1,
|
||||
notification_vibration_strength:3,
|
||||
notification_vibration_duration:3;
|
||||
} Notification_t;
|
||||
|
Loading…
Reference in New Issue
Block a user