From 49ba5fc9f3db3639ec17efa106341a4a2316cbfd Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Wed, 19 Oct 2022 06:32:31 +0300 Subject: [PATCH] moved subghz bruteforcer into submodule --- .gitmodules | 3 +++ applications/plugins/subbrute | 1 + 2 files changed, 4 insertions(+) create mode 160000 applications/plugins/subbrute diff --git a/.gitmodules b/.gitmodules index ba7644981..f5a21d696 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "lib/cxxheaderparser"] path = lib/cxxheaderparser url = https://github.com/robotpy/cxxheaderparser.git +[submodule "applications/plugins/subbrute"] + path = applications/plugins/subbrute + url = https://github.com/derskythe/flipperzero-subbrute.git diff --git a/applications/plugins/subbrute b/applications/plugins/subbrute new file mode 160000 index 000000000..06ecd1aac --- /dev/null +++ b/applications/plugins/subbrute @@ -0,0 +1 @@ +Subproject commit 06ecd1aacbd65205bedbf04a3aa8dd6e7c3e4545