Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Jul 23, 2024
1 parent 63ca46b commit a1ba108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BH1750FVI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ float BH1750FVI::getLux(void)
{
lux *= _angleFactor;
}
// temperature compensation. 20°C is default.
// temperature compensation. 20 C is default.
if (_temperature != 20)
{
lux *= _tempFactor;
Expand Down

0 comments on commit a1ba108

Please # to comment.