mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-24 05:34:45 -07:00
assets fix?
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
#include <gui/gui.h>
|
||||
#include <gui/view.h>
|
||||
#include <infrared_icons.h>
|
||||
#include <gui/view_stack.h>
|
||||
#include <gui/view_dispatcher.h>
|
||||
#include <gui/scene_manager.h>
|
||||
@@ -33,6 +32,8 @@
|
||||
|
||||
#include "rpc/rpc_app.h"
|
||||
|
||||
#include "infrared_icons.h"
|
||||
|
||||
#define INFRARED_FILE_NAME_SIZE 100
|
||||
#define INFRARED_TEXT_STORE_NUM 2
|
||||
#define INFRARED_TEXT_STORE_SIZE 128
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#include <core/check.h>
|
||||
#include "furi_hal_resources.h"
|
||||
#include <infrared_icons.h>
|
||||
#include "gui/canvas.h"
|
||||
#include "gui/view.h"
|
||||
#include "input/input.h"
|
||||
@@ -9,6 +8,7 @@
|
||||
#include "infrared_progress_view.h"
|
||||
#include "gui/modules/button_panel.h"
|
||||
#include <stdint.h>
|
||||
#include <infrared_icons.h>
|
||||
|
||||
struct InfraredProgressView {
|
||||
View* view;
|
||||
|
||||
Reference in New Issue
Block a user