gatt-python icon indicating copy to clipboard operation
gatt-python copied to clipboard

Added BLE terminal

Open Mars-Ares opened this issue 6 years ago • 3 comments

Use sudo ./gattctl.py --connect address to open an terminal. 'ESC' + your text + ENTER to send a message

Mars-Ares avatar Oct 24 '19 08:10 Mars-Ares

There are some .pyc files in the commit that probably shouldn't?

mdxs avatar Feb 21 '20 16:02 mdxs

I agree but I don't know how to remove it from the commit, I'm not used to github

Slievenamon avatar Feb 25 '20 14:02 Slievenamon

@Slievenamon unintentionally committed files are not related to github, but to your local commit. Run sth like git rm gatt/*.pyc followed by git commit and push to remove them

rngtng avatar Mar 09 '20 18:03 rngtng