From 73b99d441e25bf3413f9183636e8594b64e1cabb Mon Sep 17 00:00:00 2001 From: Marco Baldinetti Date: Thu, 3 Feb 2022 21:53:08 +0100 Subject: [PATCH] related to #389 #414 --- platformio/stima_v3/stima/src/stima.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio/stima_v3/stima/src/stima.h b/platformio/stima_v3/stima/src/stima.h index 8cf0596e8..ed8122da4 100644 --- a/platformio/stima_v3/stima/src/stima.h +++ b/platformio/stima_v3/stima/src/stima.h @@ -225,7 +225,7 @@ typedef enum { */ typedef enum { SENSORS_READING_INIT, //!< init task variables - SENSORS_SETUP_CHECK, //!< check errors and if required try a sensor setup + SENSORS_READING_IS_SETTED, //!< check errors and if required try a sensor setup SENSORS_READING_PREPARE, //!< prepare sensor SENSORS_READING_IS_PREPARED, //!< check if the sensor has been prepared SENSORS_READING_GET, //!< read and get values from sensor @@ -307,7 +307,7 @@ typedef enum { MQTT_PTR_UPDATE, //!< update mqtt data file pointer MQTT_CLOSE_PTR_FILE, //!< close mqtt data file pointer - // MQTT_CLOSE_SDCARD, //!< close sdcard + MQTT_CLOSE_SDCARD, //!< close sdcard MQTT_END, //!< performs end operations and deactivate task MQTT_WAIT_STATE, //!< non-blocking waiting time