Support remote and playlist files in archive

This commit is contained in:
Willy-JL
2023-07-03 02:40:26 +02:00
parent 964f3cf78e
commit 0ccdc60921
8 changed files with 39 additions and 4 deletions

View File

@@ -27,6 +27,9 @@ static const char* known_ext[] = {
[ArchiveFileTypeSubGhz] = ".sub",
[ArchiveFileTypeLFRFID] = ".rfid",
[ArchiveFileTypeInfrared] = ".ir",
[ArchiveFileTypeSubghzPlaylist] = ".txt",
[ArchiveFileTypeSubghzRemote] = ".txt",
[ArchiveFileTypeInfraredRemote] = ".txt",
[ArchiveFileTypeBadKb] = ".txt",
[ArchiveFileTypeU2f] = "?",
[ArchiveFileTypeApplication] = ".fap",