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

Add signal monitor command #17

Merged
merged 2 commits into from May 24, 2023
Merged

Add signal monitor command #17

merged 2 commits into from May 24, 2023

Conversation

justcallmekoko
Copy link
Contributor

@justcallmekoko justcallmekoko commented May 23, 2023

What's new

  • Add signal monitor command
  • Increment version number from 0.3.5 to 0.3.6

Verification

Scan for APs, select a target AP, then run Signal Monitor. Observe the change in RSSI value as you change the distance between you and the target access point.

Checklist (For Reviewer)

  • 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

@@ -96,6 +96,13 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = {
"sniffskim"},
NO_ARGS,
FOCUS_CONSOLE_END,
SHOW_STOPSCAN_TIP},
{"Signal Monitor",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix indent? You can also run the formatter, but that might result in other changes: ./fbt format

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applied fix

@0xchocolate 0xchocolate merged commit 6018223 into 0xchocolate:feature_wifi_marauder_app May 24, 2023
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