Explorar o código

PTT: LED reset on exit

Roman Belyakovsky %!s(int64=2) %!d(string=hai) anos
pai
achega
0dc214b000
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      base_pack/hid_app/views/hid_ptt.c

+ 1 - 0
base_pack/hid_app/views/hid_ptt.c

@@ -258,6 +258,7 @@ HidPtt* hid_ptt_alloc(Hid* hid) {
 
 void hid_ptt_free(HidPtt* hid_ptt) {
     furi_assert(hid_ptt);
+    notification_message(hid_ptt->hid->notifications, &sequence_reset_red);
     view_free(hid_ptt->view);
     free(hid_ptt);
 }