Skip to content

Commit

Permalink
related to #389 #414
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Baldinetti committed Feb 3, 2022
1 parent 9e49216 commit 73b99d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio/stima_v3/stima/src/stima.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 73b99d4

Please sign in to comment.