Skip to content

Commit

Permalink
feat: integrated water sensor into data collection (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui authored Dec 6, 2024
2 parents 0f0cd2f + 19bee51 commit 5e3ad08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cellular/dataCollection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void SS_ensemble10Func()
lng = pData->location[1];
}

water = 0; // TODO - waiting on water sensor integration
water = pSystemDesc->pWaterSensor->getCurrentReading();

// Accumulate measurements
pData->temperature += temp;
Expand Down

0 comments on commit 5e3ad08

Please sign in to comment.