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

@@ -16,7 +16,7 @@
#define TAG "WavPlayer"
#define WAVPLAYER_FOLDER "/ext/wav_player"
#define WAVPLAYER_FOLDER EXT_PATH("wav_player")
static bool open_wav_stream(Stream* stream) {
DialogsApp* dialogs = furi_record_open(RECORD_DIALOGS);