mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 22:35:17 -06:00
bme280: Rename sensor_type from BME280 to bme280
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
c29585f7f3
commit
ac61f8b726
2 changed files with 4 additions and 1 deletions
|
@ -208,4 +208,4 @@ class BME280:
|
|||
def load_config(config):
|
||||
# Register sensor
|
||||
pheaters = config.get_printer().load_object(config, "heaters")
|
||||
pheaters.add_sensor_factory("BME280", BME280)
|
||||
pheaters.add_sensor_factory("bme280", BME280)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue