Skip to content

Commit

Permalink
Correct the calibateTemperature function's documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 8, 2024
1 parent 1fd9a3c commit 3471a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/calibrationservice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ bool CalibrationService::readCharacteristics()
}

/*!
* Set's the Pokit device's name to \a name.
* Calibrates the Pokit device's temperature to \a ambientTemperature.
*
* Returns `true` if the write request was successfully queued, `false` otherwise.
*
* Emits deviceNameWritten() if/when the \a name has been set.
* Emits temperatureCalibrated() if/when the \a name has been set.
*/
bool CalibrationService::calibrateTemperature(const float ambientTemperature)
{
Expand Down

0 comments on commit 3471a91

Please sign in to comment.