mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-24 03:07:21 +03:00
Misc improvements
This commit is contained in:
parent
a66f94d22e
commit
0b9d632363
@ -137,7 +137,7 @@ bool subghz_scene_decode_raw_next(SubGhz* subghz) {
|
||||
subghz->decode_raw_state = SubGhzDecodeRawStateLoaded;
|
||||
subghz->state_notifications = SubGhzNotificationStateIDLE;
|
||||
|
||||
subghz_view_receiver_add_data_progress(subghz->subghz_receiver, "100%");
|
||||
subghz_view_receiver_add_data_progress(subghz->subghz_receiver, "Done!");
|
||||
return false; // No more samples available
|
||||
}
|
||||
}
|
||||
|
@ -1,14 +1,14 @@
|
||||
App(
|
||||
appid="hid_usb",
|
||||
name="USB Remote",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
entry_point="hid_usb_app",
|
||||
stack_size=1 * 1024,
|
||||
fap_category="Tools",
|
||||
fap_icon="hid_usb_10px.png",
|
||||
fap_icon_assets="assets",
|
||||
fap_icon_assets_symbol="hid",
|
||||
)
|
||||
#App(
|
||||
# appid="hid_usb",
|
||||
# name="USB Remote",
|
||||
# apptype=FlipperAppType.PLUGIN,
|
||||
# entry_point="hid_usb_app",
|
||||
# stack_size=1 * 1024,
|
||||
# fap_category="Tools",
|
||||
# fap_icon="hid_usb_10px.png",
|
||||
# fap_icon_assets="assets",
|
||||
# fap_icon_assets_symbol="hid",
|
||||
#)
|
||||
|
||||
|
||||
App(
|
||||
|
@ -1,5 +1,5 @@
|
||||
entry,status,name,type,params
|
||||
Version,+,8.1,,
|
||||
Version,+,8.11,,
|
||||
Header,+,applications/services/bt/bt_service/bt.h,,
|
||||
Header,+,applications/services/cli/cli.h,,
|
||||
Header,+,applications/services/cli/cli_vcp.h,,
|
||||
|
|
Loading…
Reference in New Issue
Block a user