Skip to content

Commit

Permalink
Removed TODO's from common code as they were not relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
mhazley committed Oct 20, 2023
1 parent 55720a1 commit 054b61c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ void AirPurifierManager::Init()
}

// Set up some sane initial values for temperature and humidity - note these are fixed values for testing purposes only
// TODO: Make these values settable via linux pipe
mTemperatureSensorManager.OnTemperatureChangeHandler(2000);
mHumiditySensorManager.OnHumidityChangeHandler(5000);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void AirQualitySensorManager::Init()
{
/*
* Note these values are for testing purposes only and are not actual values for the air quality sensor.
* They are also fixed. TODO: Make these values settable via linux pipe
* They are also fixed.
*/

// Air Quality
Expand Down

0 comments on commit 054b61c

Please sign in to comment.