placed unirf under subghz path (/ext/subghz/unirf)

This commit is contained in:
jbohack
2023-01-05 22:06:59 -05:00
parent bf6ed203db
commit 5937ac3c30

View File

@@ -20,7 +20,7 @@
#include <lib/subghz/protocols/keeloq.h>
#include <lib/subghz/protocols/star_line.h>
#define UNIRFMAP_FOLDER "/ext/unirf"
#define UNIRFMAP_FOLDER "/ext/subghz/unirf"
#define UNIRFMAP_EXTENSION ".txt"
#define TAG "UniRF Remix"
@@ -1045,4 +1045,4 @@ int32_t unirfremix_app(void* p) {
unirfremix_free(app, true);
return 0;
}
}