浏览代码

Fix playlist directory

WillyJL 7 月之前
父节点
当前提交
33e2c52c27
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      subghz_playlist_creator/subghz_playlist_creator.c

+ 1 - 1
subghz_playlist_creator/subghz_playlist_creator.c

@@ -21,7 +21,7 @@
 
 #define POPUP_DISPLAY_TIME 2000 // 2 seconds in milliseconds
 #define PLAYLIST_EXTENSION ".txt"
-#define PLAYLIST_DIRECTORY "/ext/subghz/playlists"
+#define PLAYLIST_DIRECTORY "/ext/subghz/playlist"
 #define MAX_TEXT_LENGTH 128
 
 // Forward declarations