Add show local-values

This PR adds a way to display the local gatt characteristics/descriptors values

If no connections, it shows the value of every characteristic/descriptor.
When there's a connection, it shows the value for each specific connection - CCCDs are connection specific

This screen auto-updates every second
This commit is contained in:
Alan Rosenthal
2023-03-29 13:02:32 -04:00
committed by Alan Rosenthal
parent fb68fa6a33
commit e026de295f
4 changed files with 172 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@ install_requires =
pyserial >= 3.5; platform_system!='Emscripten'
pyusb >= 1.2; platform_system!='Emscripten'
websockets >= 8.1; platform_system!='Emscripten'
prettytable >= 3.6.0
[options.entry_points]
console_scripts =