mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 05:06:30 +04:00
fix app id for assets
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <gui/elements.h>
|
||||
#include <gui/icon_i.h>
|
||||
|
||||
#include "bt_hid_icons.h"
|
||||
#include "Bluetooth_Remote_icons.h"
|
||||
|
||||
struct BtHidKeyboard {
|
||||
View* view;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <furi_hal_usb_hid.h>
|
||||
#include <gui/elements.h>
|
||||
|
||||
#include "bt_hid_icons.h"
|
||||
#include "Bluetooth_Remote_icons.h"
|
||||
|
||||
struct BtHidKeynote {
|
||||
View* view;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <furi_hal_usb_hid.h>
|
||||
#include <gui/elements.h>
|
||||
|
||||
#include "bt_hid_icons.h"
|
||||
#include "Bluetooth_Remote_icons.h"
|
||||
|
||||
struct BtHidMedia {
|
||||
View* view;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <furi_hal_usb_hid.h>
|
||||
#include <gui/elements.h>
|
||||
|
||||
#include "bt_hid_icons.h"
|
||||
#include "Bluetooth_Remote_icons.h"
|
||||
|
||||
struct BtHidMouse {
|
||||
View* view;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <furi_hal_usb_hid.h>
|
||||
#include <gui/elements.h>
|
||||
|
||||
#include "bt_hid_icons.h"
|
||||
#include "Bluetooth_Remote_icons.h"
|
||||
|
||||
struct BtHidTikTok {
|
||||
View* view;
|
||||
|
||||
Reference in New Issue
Block a user