Skip to content

Commit

Permalink
feat: integrated water sensor into data collection
Browse files Browse the repository at this point in the history
  • Loading branch information
charliekush committed Nov 29, 2024
1 parent ca92bd0 commit 19bee51
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 19bee51

Please sign in to comment.