Skip to content

Commit

Permalink
Update README.md and add assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ztroop committed Mar 20, 2024
1 parent e2330cd commit 67a7ab6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

## Summary

This tool provides a cross-platform CLI with an interactive way to view Bluetooth Low Energy (BTLE) devices, showcasing their Address/UUID, Name, TX Power, and RSSI (Received Signal Strength Indicator) in a table format.
This tool provides a cross-platform CLI with an interactive way to view Bluetooth Low Energy (BTLE) devices, showcasing their Address/UUID, Name, TX Power, and RSSI (Received Signal Strength Indicator) in a table format. It also provides functionality to inspect GATT information.

![demo](./assets/demo.png)

## Features

Expand Down
Binary file added assets/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/widgets/inspect_overlay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub fn inspect_overlay(
.block(
Block::default()
.borders(Borders::ALL)
.title("Characteristics")
.title("GATT Characteristics")
.border_style(Style::default().fg(Color::Yellow)),
)
.highlight_style(Style::default().add_modifier(Modifier::BOLD))
Expand Down

0 comments on commit 67a7ab6

Please sign in to comment.