Skip to content

Commit 7a211f0

Browse files
authored
Update README.md
Fixes.
1 parent 13b61c0 commit 7a211f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Provides an Arduino library for reading and interpreting Bosch BME280 data over
3030
- [float Altitude(float pressure, bool metric = true, float seaLevelPressure = 101325)](#environment-calculations)
3131
- [float AbsoluteHumidity(float temperature, float humidity, TempUnit tempUnit = TempUnit_Celsius)](#environment-calculations)
3232
- [float EquivalentSeaLevelPressure(float altitude, float temp, float pres)](#environment-calculations)
33-
- [float DewPoint(float temp, float hum, bool metric = true)](#environment-calculations)
33+
- [float DewPoint(float temp, float hum, TempUnit tempunit = TempUnit_Celsius)](#environment-calculations)
3434
- [int HeatIndex(float temperature, float humidity, TempUnit tempunit = TempUnit_Celsius)](#environment-calculations)
3535
10. [Contributing](#contributing)
3636
11. [History](#history)
@@ -373,6 +373,8 @@ or
373373
- Oct 7, 2017 - Version 2.2.0 released (Enums, begin restructure)
374374
- Oct 10, 2017 - Version 2.2.1 released (Bug fixes)
375375
- Nov 21, 2017 - Version 2.3.0 released (Examples updates, env calc fixes, bugs)
376+
- Brief intermission
377+
- Dec xx, 2018. - Version 3.0.0 pending (A lot)
376378

377379
## Credits
378380

0 commit comments

Comments
 (0)