Skip to content

Commit

Permalink
Update BleSensors.h
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs authored Apr 28, 2024
1 parent e0c058d commit f987fe5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/BleSensors/BleSensors.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
#include <NimBLEDevice.h> //!< https://github.com/h2zero/NimBLE-Arduino
#include <decoder.h> //!< https://github.com/theengs/decoder

// Local Sensor Data
/*!
* BLE sensor data
*/
struct BleDataS {
bool valid; //!< data valid
float temperature; //!< temperature in degC
Expand Down

0 comments on commit f987fe5

Please sign in to comment.