Tidy up all applications data and resources paths

This commit is contained in:
Willy-JL
2023-07-01 02:31:37 +02:00
parent f918f746c4
commit 690d4eb661
81 changed files with 700 additions and 121 deletions

View File

@@ -22,7 +22,7 @@
#include "playlist_file.h"
#include "canvas_helper.h"
#define PLAYLIST_FOLDER "/ext/subghz/playlist"
#define PLAYLIST_FOLDER EXT_PATH("subghz/playlist")
#define PLAYLIST_EXT ".txt"
#define TAG "Playlist"