BadKB lock relevant configs with ID and BT_ID cmds

This commit is contained in:
Willy-JL
2023-05-10 19:11:35 +01:00
parent 5b710bf488
commit bb7dc8ce22
4 changed files with 51 additions and 29 deletions

View File

@@ -82,6 +82,11 @@ typedef struct {
FuriString* string_print;
size_t string_print_pos;
bool set_usb_id;
bool set_bt_id;
bool has_usb_id;
bool has_bt_id;
Bt* bt;
BadKbApp* app;
} BadKbScript;
@@ -147,6 +152,8 @@ struct BadKbApp {
int32_t bad_kb_config_switch_mode(BadKbApp* app);
void bad_kb_config_refresh_menu(BadKbApp* app);
#ifdef __cplusplus
}
#endif