mirror of https://github.com/nealey/TwatchRings
vibe double on BT loss
This commit is contained in:
parent
60137b003e
commit
3edd8e5c77
|
@ -147,7 +147,7 @@ static void window_unload(Window *window) {
|
||||||
static void bt_handler(bool connected) {
|
static void bt_handler(bool connected) {
|
||||||
bt_connected = connected;
|
bt_connected = connected;
|
||||||
if (! connected) {
|
if (! connected) {
|
||||||
vibes_long_pulse();
|
vibes_double_pulse();
|
||||||
}
|
}
|
||||||
layer_mark_dirty(s_fg_layer);
|
layer_mark_dirty(s_fg_layer);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue