Add show remote-values

`gatt_client` caches values read/notifications/indications and displays the most recent value to the user
This commit is contained in:
Alan Rosenthal
2023-03-31 17:18:28 -04:00
committed by Alan Rosenthal
parent 278341cbc0
commit a258ba383a
4 changed files with 97 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ install_requires =
pyusb >= 1.2; platform_system!='Emscripten'
websockets >= 8.1; platform_system!='Emscripten'
prettytable >= 3.6.0
humanize >= 4.6.0
[options.entry_points]
console_scripts =