diff --git a/sensirion_i2c_stcc4/commands.py b/sensirion_i2c_stcc4/commands.py index 799f75e..7b042bb 100644 --- a/sensirion_i2c_stcc4/commands.py +++ b/sensirion_i2c_stcc4/commands.py @@ -217,7 +217,7 @@ class EnterSleepMode(Transfer): def pack(self): return self.tx_data.pack([]) - tx = TxData(CMD_ID, '>H', device_busy_delay=0.002, slave_address=None, ignore_ack=False) + tx = TxData(CMD_ID, '>H', device_busy_delay=0.001, slave_address=None, ignore_ack=False) class ExitSleepMode(Transfer):