mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-26 22:40:25 +00:00
Merge branch 'ofw-dev' into dev
This commit is contained in:
commit
491e368535
2 changed files with 2 additions and 0 deletions
|
@ -354,6 +354,7 @@ static void gap_init_svc(Gap* gap) {
|
|||
if(status) {
|
||||
FURI_LOG_E(TAG, "Failed updating name characteristic: %d", status);
|
||||
}
|
||||
|
||||
uint8_t gap_appearence_char_uuid[2] = {
|
||||
gap->config->appearance_char & 0xff, gap->config->appearance_char >> 8};
|
||||
status = aci_gatt_update_char_value(
|
||||
|
|
|
@ -188,6 +188,7 @@ class FlipperAppStateHelper:
|
|||
)
|
||||
self.app_type_ptr = gdb.lookup_type("FlipperApplication").pointer()
|
||||
self.app_list_entry_type = gdb.lookup_type("struct FlipperApplicationList_s")
|
||||
self._sync_apps()
|
||||
|
||||
def handle_stop(self, event) -> None:
|
||||
self._sync_apps()
|
||||
|
|
Loading…
Reference in a new issue