Misc improvements

This commit is contained in:
MX 2022-11-30 20:03:55 +03:00
parent a66f94d22e
commit 0b9d632363
No known key found for this signature in database
GPG Key ID: 6C4C311DFD4B4AB5
3 changed files with 13 additions and 13 deletions

View File

@ -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
}
}

View File

@ -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(

View File

@ -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,,

1 entry status name type params
2 Version + 8.1 8.11
3 Header + applications/services/bt/bt_service/bt.h
4 Header + applications/services/cli/cli.h
5 Header + applications/services/cli/cli_vcp.h