From 9025a4eb4297256f425ebfea3f0a115a44c7f1a1 Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Mon, 21 Oct 2019 16:45:15 +0300 Subject: [PATCH] sensor/si7021: unused variable --- code/espurna/sensors/SI7021Sensor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/code/espurna/sensors/SI7021Sensor.h b/code/espurna/sensors/SI7021Sensor.h index 3f824c28..ff2616cd 100644 --- a/code/espurna/sensors/SI7021Sensor.h +++ b/code/espurna/sensors/SI7021Sensor.h @@ -147,7 +147,6 @@ class SI7021Sensor : public I2CSensor { // When not using clock stretching (*_NOHOLD commands) delay here // is needed to wait for the measurement. // According to datasheet the max. conversion time is ~22ms - unsigned long start = millis(); nice_delay(50); // Clear the last to bits of LSB to 00.