mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-27 05:42:16 +03:00
Fix appid's pt2
This commit is contained in:
parent
b0c322ec90
commit
a5bf97fbb2
@ -7,8 +7,8 @@ App(
|
||||
"vibro_test",
|
||||
"keypad_test",
|
||||
"usb_test",
|
||||
"USB_Mouse",
|
||||
"UART_Echo",
|
||||
"usb_mouse",
|
||||
"uart_echo",
|
||||
"display_test",
|
||||
"text_box_test",
|
||||
"file_browser_test",
|
||||
|
2
applications/external/blackjack/blackjack.c
vendored
2
applications/external/blackjack/blackjack.c
vendored
@ -14,7 +14,7 @@
|
||||
#include "util.h"
|
||||
#include "ui.h"
|
||||
|
||||
#include "Blackjack_icons.h"
|
||||
#include "blackjack_icons.h"
|
||||
|
||||
#define DEALER_MAX 17
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <FlappyBird_icons.h>
|
||||
#include <flappy_bird_icons.h>
|
||||
#include <furi.h>
|
||||
#include <gui/gui.h>
|
||||
#include <gui/icon_animation_i.h>
|
||||
|
2
applications/external/flipfrid/flipfrid.h
vendored
2
applications/external/flipfrid/flipfrid.h
vendored
@ -15,7 +15,7 @@
|
||||
#include <toolbox/stream/file_stream.h>
|
||||
#include <toolbox/stream/buffered_file_stream.h>
|
||||
|
||||
#include <RFID_Fuzzer_icons.h>
|
||||
#include <rfid_fuzzer_icons.h>
|
||||
|
||||
#include <lib/lfrfid/lfrfid_worker.h>
|
||||
#include <lfrfid/protocols/lfrfid_protocols.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include <furi.h>
|
||||
#include <furi_hal.h>
|
||||
#include <gui/gui.h>
|
||||
#include <i2cTools_icons.h>
|
||||
#include <i2ctools_icons.h>
|
||||
#define APP_NAME "I2C Tools"
|
||||
|
||||
#define SCAN_MENU_TEXT "Scan"
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include <furi.h>
|
||||
#include <furi_hal.h>
|
||||
#include <gui/gui.h>
|
||||
#include <i2cTools_icons.h>
|
||||
#include <i2ctools_icons.h>
|
||||
#include "../i2cscanner.h"
|
||||
|
||||
#define SCAN_TEXT "SCAN"
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include <furi.h>
|
||||
#include <furi_hal.h>
|
||||
#include <gui/gui.h>
|
||||
#include <i2cTools_icons.h>
|
||||
#include <i2ctools_icons.h>
|
||||
#include "../i2csender.h"
|
||||
|
||||
#define SEND_TEXT "SEND"
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include <furi.h>
|
||||
#include <furi_hal.h>
|
||||
#include <gui/gui.h>
|
||||
#include <i2cTools_icons.h>
|
||||
#include <i2ctools_icons.h>
|
||||
#include "../i2csniffer.h"
|
||||
|
||||
#define SNIFF_TEXT "SNIFF"
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include <toolbox/stream/file_stream.h>
|
||||
#include <toolbox/stream/buffered_file_stream.h>
|
||||
|
||||
#include <iBtn_Fuzzer_icons.h>
|
||||
#include <ibtn_fuzzer_icons.h>
|
||||
|
||||
#include <lib/ibutton/ibutton_worker.h>
|
||||
#include <lib/ibutton/ibutton_key.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include <gui/canvas.h>
|
||||
#include <gui/icon_i.h>
|
||||
#include <Metronome_icons.h>
|
||||
#include <metronome_icons.h>
|
||||
|
||||
//lib can only do bottom left/right
|
||||
void elements_button_top_left(Canvas* canvas, const char* str) {
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <furi_hal_resources.h>
|
||||
#include <nrf24.h>
|
||||
#include "mousejacker_ducky.h"
|
||||
#include <NRF24_Mouse_Jacker_icons.h>
|
||||
#include <nrf24_mouse_jacker_icons.h>
|
||||
|
||||
#define TAG "mousejacker"
|
||||
#define LOGITECH_MAX_CHANNEL 85
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <furi.h>
|
||||
#include <furi_hal.h>
|
||||
|
||||
#include <Music_Player_icons.h>
|
||||
#include <music_player_icons.h>
|
||||
#include <gui/gui.h>
|
||||
#include <dialogs/dialogs.h>
|
||||
#include <storage/storage.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include <toolbox/path.h>
|
||||
#include <flipper_format/flipper_format.h>
|
||||
#include <Picopass_icons.h>
|
||||
#include <picopass_icons.h>
|
||||
|
||||
#define TAG "PicopassDevice"
|
||||
|
||||
|
2
applications/external/picopass/picopass_i.h
vendored
2
applications/external/picopass/picopass_i.h
vendored
@ -25,7 +25,7 @@
|
||||
|
||||
#include <storage/storage.h>
|
||||
#include <lib/toolbox/path.h>
|
||||
#include <Picopass_icons.h>
|
||||
#include <picopass_icons.h>
|
||||
|
||||
#define PICOPASS_TEXT_STORE_SIZE 128
|
||||
|
||||
|
2
applications/external/playlist/playlist.c
vendored
2
applications/external/playlist/playlist.c
vendored
@ -6,7 +6,7 @@
|
||||
#include <storage/storage.h>
|
||||
|
||||
#include <lib/toolbox/path.h>
|
||||
#include <SubGHz_Playlist_icons.h>
|
||||
#include <subghz_playlist_icons.h>
|
||||
|
||||
#include <lib/subghz/protocols/protocol_items.h>
|
||||
#include <flipper_format/flipper_format_i.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "../signal_gen_app_i.h"
|
||||
#include <furi_hal.h>
|
||||
#include <gui/elements.h>
|
||||
#include <Signal_Generator_icons.h>
|
||||
#include <signal_generator_icons.h>
|
||||
|
||||
typedef enum {
|
||||
LineIndexChannel,
|
||||
|
2
applications/external/solitaire/solitaire.c
vendored
2
applications/external/solitaire/solitaire.c
vendored
@ -4,7 +4,7 @@
|
||||
#include <gui/canvas_i.h>
|
||||
#include "defines.h"
|
||||
#include "common/ui.h"
|
||||
#include "Solitaire_icons.h"
|
||||
#include "solitaire_icons.h"
|
||||
#include <notification/notification.h>
|
||||
#include <notification/notification_messages.h>
|
||||
void init(GameState* game_state);
|
||||
|
2
applications/external/subbrute
vendored
2
applications/external/subbrute
vendored
@ -1 +1 @@
|
||||
Subproject commit 16f94c1186e6b7dc1758e6ae9c1fbe9a55f69da6
|
||||
Subproject commit c55814712d07cb5983c0c46dfc1386ab973358c3
|
@ -12,7 +12,7 @@
|
||||
#include "wav_player_view.h"
|
||||
#include <math.h>
|
||||
|
||||
#include <WAV_Player_icons.h>
|
||||
#include <wav_player_icons.h>
|
||||
|
||||
#define TAG "WavPlayer"
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <gui/modules/widget.h>
|
||||
#include "wifi_marauder_text_input.h"
|
||||
|
||||
#include <ESP32_WiFi_Marauder_icons.h>
|
||||
#include <esp32_wifi_marauder_icons.h>
|
||||
#include <storage/storage.h>
|
||||
#include <lib/toolbox/path.h>
|
||||
#include <dialogs/dialogs.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "wifi_marauder_text_input.h"
|
||||
#include <gui/elements.h>
|
||||
#include "ESP32_WiFi_Marauder_icons.h"
|
||||
#include "esp32_wifi_marauder_icons.h"
|
||||
#include "wifi_marauder_app_i.h"
|
||||
#include <furi.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user