getsenic / gatt-python

Bluetooth GATT SDK for Python
MIT License
318 stars 86 forks source link

Added BLE terminal #52

Open Mars-Ares opened 4 years ago

Mars-Ares commented 4 years ago

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

mdxs commented 4 years ago

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

Slievenamon commented 4 years ago

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

rngtng commented 4 years ago

@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