inclusive language

This commit is contained in:
Gilles Boccon-Gibod
2024-01-17 21:17:13 -08:00
parent b7b70ebcbb
commit 8d2f37aa7a
5 changed files with 6 additions and 6 deletions

View File

@@ -328,7 +328,7 @@ class Server(EventEmitter):
f'handle=0x{characteristic.handle:04X}: {value.hex()}'
)
# Sanity check
# Check parameters
if len(value) != 2:
logger.warning('CCCD value not 2 bytes long')
return