Skip to content
Snippets Groups Projects
Verified Commit f25a1acf authored by Zoe Michaela Dietmar Pfister's avatar Zoe Michaela Dietmar Pfister :gay_pride_flag:
Browse files

Fix compilation errors

parent b00275c6
No related branches found
No related tags found
4 merge requests!39Merge Develop into Main,!19development into master,!17Inital Host, initial Client,!6Espnow
......@@ -49,7 +49,7 @@ std::list<Message> ForteDR26::buildMessages()
std::list<Message> messages;
float data = readData();
MeasurementData IncrementData{data, 0, {}, "CIRCUMFERENCE_INCREMENT"};
messages.emplace_back((IncrementData, sensorInformation, Time::getInstance().getEpochSeconds()));
messages.emplace_back(IncrementData, sensorInformation, Time::getInstance().getEpochSeconds());
return messages;
}
SensorInformation ForteDR26::getSensorInformation() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment