1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 04:41:26 +04:00

[FL-3897] Happy mode (#3863)

* feat: happy mode
* feat: remove sad dolphin when powering off in happy mode
* style: address review comments
* Dolphin: add missing furi_checks
* Komi: add missing region initialization on startup

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
porta
2024-09-07 14:54:23 +03:00
committed by GitHub
parent 3c75356b49
commit 266d4b3234
23 changed files with 231 additions and 72 deletions

View File

@@ -1,5 +1,5 @@
entry,status,name,type,params
Version,+,72.3,,
Version,+,72.4,,
Header,+,applications/drivers/subghz/cc1101_ext/cc1101_ext_interconnect.h,,
Header,+,applications/services/bt/bt_service/bt.h,,
Header,+,applications/services/bt/bt_service/bt_keys_storage.h,,
@@ -956,6 +956,8 @@ Function,+,dolphin_deed_get_app_limit,uint8_t,DolphinApp
Function,+,dolphin_deed_get_weight,uint8_t,DolphinDeed
Function,+,dolphin_flush,void,Dolphin*
Function,+,dolphin_get_pubsub,FuriPubSub*,Dolphin*
Function,+,dolphin_get_settings,void,"Dolphin*, DolphinSettings*"
Function,+,dolphin_set_settings,void,"Dolphin*, DolphinSettings*"
Function,+,dolphin_stats,DolphinStats,Dolphin*
Function,+,dolphin_upgrade_level,void,Dolphin*
Function,-,dprintf,int,"int, const char*, ..."
1 entry status name type params
2 Version + 72.3 72.4
3 Header + applications/drivers/subghz/cc1101_ext/cc1101_ext_interconnect.h
4 Header + applications/services/bt/bt_service/bt.h
5 Header + applications/services/bt/bt_service/bt_keys_storage.h
956 Function + dolphin_deed_get_weight uint8_t DolphinDeed
957 Function + dolphin_flush void Dolphin*
958 Function + dolphin_get_pubsub FuriPubSub* Dolphin*
959 Function + dolphin_get_settings void Dolphin*, DolphinSettings*
960 Function + dolphin_set_settings void Dolphin*, DolphinSettings*
961 Function + dolphin_stats DolphinStats Dolphin*
962 Function + dolphin_upgrade_level void Dolphin*
963 Function - dprintf int int, const char*, ...