Skip to content

Commit

Permalink
Update tools/tcat_ble_client/cli/base_commands.py
Browse files Browse the repository at this point in the history
Co-authored-by: Esko Dijk <[email protected]>
  • Loading branch information
canisLupus1313 and EskoDijk authored Nov 13, 2024
1 parent 9179969 commit 67eeab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tcat_ble_client/cli/base_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def prepare_data(self, args, context):

async def execute_default(self, args, context):
if 'ble_sstream' not in context or context['ble_sstream'] is None:
print("Device not connected.")
print("TCAT Device not connected.")
return CommandResultNone()
bless: BleStreamSecure = context['ble_sstream']

Expand Down

0 comments on commit 67eeab0

Please sign in to comment.