mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 20:08:35 -07:00
Expose playlist and remote apps paths in headers
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
#include "playlist_file.h"
|
||||
#include "canvas_helper.h"
|
||||
|
||||
#define PLAYLIST_FOLDER EXT_PATH("subghz/playlist")
|
||||
#define PLAYLIST_EXT ".txt"
|
||||
#define TAG "Playlist"
|
||||
|
||||
#define STATE_NONE 0
|
||||
|
||||
@@ -4,4 +4,7 @@
|
||||
|
||||
#include <storage/storage.h>
|
||||
|
||||
#define PLAYLIST_FOLDER EXT_PATH("subghz/playlist")
|
||||
#define PLAYLIST_EXT ".txt"
|
||||
|
||||
int playlist_count_playlist_items(Storage* storage, const char* file_path);
|
||||
|
||||
Reference in New Issue
Block a user