Skip to content

Commit

Permalink
Update BleSensors.h
Browse files Browse the repository at this point in the history
matthias-bs authored Apr 28, 2024
1 parent 10dd238 commit fdb68ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/BleSensors/BleSensors.h
Original file line number Diff line number Diff line change
@@ -79,7 +79,10 @@ class BleSensors {
_known_sensors = known_sensors;
data.resize(known_sensors.size());
};


/*!
* \brief Constructor.
*/
BleSensors(void) {
};

0 comments on commit fdb68ac

Please sign in to comment.