Flipper tx: use file_path, example file (#2496)

* added subghz_dir
* use subghz_dir from file_path
* example file
This commit is contained in:
gullradriel 2025-01-26 18:46:43 +01:00 committed by GitHub
parent 54ad82a423
commit b2bb37af74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 2 deletions

View file

@ -51,5 +51,6 @@ 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 subghz_dir;
#endif /* __FILE_PATH_H__ */