Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FL-2100] SubGhz: GUI download and transfer RAW file #881

Merged
merged 4 commits into from
Dec 8, 2021
Merged

Conversation

Skorpionm
Copy link
Member

What's new

  • SubGhz: fix exit subghz_chat
  • SubGhz: GUI download and transfer RAW file

Verification

  • Compile and download
  • Load the saved RAW file through the Saved menu, and try to transfer the file

Checklist (do not modify)

  • PR has description of feature/bug or link to Confluence/Jira task
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

@github-actions
Copy link

github-actions bot commented Dec 8, 2021

Please fix following code formatting errors:

./applications/subghz/scenes/subghz_scene_read_raw.c:44:85: error: code should be clang-formatted [-Wclang-format-violations]
        subghz_read_raw_set_status(subghz->subghz_read_raw, SubghzReadRAWStatusIDLE,"");
                                                                                    ^
./applications/subghz/scenes/subghz_scene_read_raw.c:46:36: error: code should be clang-formatted [-Wclang-format-violations]
        subghz_read_raw_set_status(subghz->subghz_read_raw, SubghzReadRAWStatusTX, subghz->file_name);
                                   ^
./applications/subghz/scenes/subghz_scene_read_raw.c:49:86: error: code should be clang-formatted [-Wclang-format-violations]
        subghz_read_raw_set_status(subghz->subghz_read_raw, SubghzReadRAWStatusStart,"");
                                                                                     ^
./applications/subghz/scenes/subghz_scene_saved.c:7:66: error: code should be clang-formatted [-Wclang-format-violations]
        if((!strcmp(subghz->txrx->protocol_result->name, "RAW"))){
                                                                 ^

You might want to run docker compose exec dev /syntax_check.sh for an auto-fix.

@github-actions
Copy link

github-actions bot commented Dec 8, 2021

Click here to flash the adb983d3 version of this branch via WebUSB.

@skotopes skotopes merged commit 9f28338 into dev Dec 8, 2021
@skotopes skotopes deleted the skorp/subghz_raw branch December 8, 2021 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants