Skip to content

Commit

Permalink
update test.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacx committed Feb 27, 2024
1 parent fec5517 commit 77e12fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Bugs-Feature-Request.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gsettings --schemadir /home/$USER/.local/share/gnome-shell/extensions/Airpod-Bat
# Script

This script can be helpful to get raw data. The script star discovery and prints manufacturer data and other details of all airpod found nearby.
Download the [test.js](./resources/test.js){:download="abc.js"}
Download the [test.js](./resources/test.js){:download="test.js"}
Open terminal and type.
```
gjs-console /path/to/your/test.js
Expand Down
2 changes: 1 addition & 1 deletion resources/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const BluezObjectProxy = Gio.DBusProxy.makeProxyWrapper(BluezObjectInterface);
const adapter = new AdapterProxy(Gio.DBus.system, 'org.bluez', '/org/bluez/hci0');

const MIN_RSSI = -70;
const MANUFACTURER_ID = '529';
const MANUFACTURER_ID = '76';
const MANUFACTURER_DATA_LENGTH = 27;


Expand Down

0 comments on commit 77e12fa

Please sign in to comment.