diff options
author | Stefan Dej <meteyou@gmail.com> | 2021-02-22 21:42:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 15:42:14 -0500 |
commit | 6b6ab45bac4ce9039f901016fa3279d2d335a5e4 (patch) | |
tree | 3b672c8dbd86a1f0850912d793a4f98493d6cd61 /docs | |
parent | a1072be7eb04c45561b4bf0857aa399be5f0dcfc (diff) | |
download | kutter-6b6ab45bac4ce9039f901016fa3279d2d335a5e4.tar.gz kutter-6b6ab45bac4ce9039f901016fa3279d2d335a5e4.tar.xz kutter-6b6ab45bac4ce9039f901016fa3279d2d335a5e4.zip |
docs: Use BME280 (uppercase) in Config_Reference.md (#3896)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Reference.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 2e048276..fee1ec20 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2032,7 +2032,7 @@ sensor_pin: # name in the above list. ``` -## bme280 temperature sensor +## BME280 temperature sensor BME280 two wire interface (I2C) environmental sensor. Note that this sensor is not intended for use with extruders and heater beds, but @@ -2043,7 +2043,7 @@ that may be used to report pressure and humidity in addition to temperature. ``` -sensor_type: bme280 +sensor_type: BME280 #i2c_address: # Default is 118 (0x76). Some BME280 sensors have an address of 119 # (0x77). |