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
4 changed files with 12 additions and 2 deletions

View File

@@ -89,8 +89,6 @@ class FlipperTxView : public View {
std::unique_ptr<FlipperPlayThread> replay_thread{};
Optional<flippersub_metadata> submeta{};
const std::filesystem::path subghz_dir = u"subghz";
MessageHandlerRegistration message_handler_tx_progress{
Message::ID::TXProgress,
[this](const Message* const p) {