Skip to content

Commit

Permalink
remove ens1
Browse files Browse the repository at this point in the history
  • Loading branch information
MAnn223 committed Jul 22, 2024
1 parent 6bccbe6 commit 13fcc84
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/ensembleTypes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,6 @@ typedef struct EnsembleHeader_
unsigned int elapsedTime_ds : 20;
}EnsembleHeader_t;

/**
* @brief Ensemble 01 - Temperature
*
*/
typedef struct Ensemble01_data_
{
/**
* @brief Temp Sensor Temp
*
*/
uint16_t rawTemp;
}Ensemble01_data_t;

/**
* @brief Ensemble 07 - Battery
*
Expand Down

0 comments on commit 13fcc84

Please sign in to comment.