Add new app "hopper" app. (#2482)

* make both jammer and hopper exist
* add example hopper payload
* example files
* swap scanner and recon app location
This commit is contained in:
sommermorgentraum 2025-02-15 03:10:01 +08:00 committed by GitHub
parent 9b352f45a2
commit 200f10397b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 720 additions and 19 deletions

View file

@ -51,6 +51,7 @@ extern const std::filesystem::path sstv_dir;
extern const std::filesystem::path wav_dir;
extern const std::filesystem::path whipcalc_dir;
extern const std::filesystem::path ook_editor_dir;
extern const std::filesystem::path hopper_dir;
extern const std::filesystem::path subghz_dir;
#endif /* __FILE_PATH_H__ */