index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
bme280.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-0
/
+1
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-271
/
+338
*
bme680: measure gas VOC once a while
Timofey Titovets
2024-08-16
1
-8
/
+24
*
bme680: select mode once
Timofey Titovets
2024-08-16
1
-19
/
+22
*
bme280: use periodic mode for BM[PE]280
Timofey Titovets
2024-08-16
1
-18
/
+60
*
bme280.py: drop unused max_sample_time
Timofey Titovets
2024-08-16
1
-2
/
+0
*
bme280.py: iir_filter mask input value
Timofey Titovets
2024-08-16
1
-1
/
+2
*
bme280: Add BMP388 sensor support to BMxx80 (#6576)
林玮 (Jade Lin)
2024-04-24
1
-2
/
+151
*
bmp280: Add support for BMP180 sensor (#6370)
vaxxi
2023-11-16
1
-6
/
+121
*
bme280: use consistent report time for BME680
Eric Callahan
2023-05-31
1
-1
/
+1
*
bme280: fix integer handling for python3 in bme280.py (#5237)
cbc02009
2022-02-06
1
-1
/
+1
*
bme280: round reported temps to 2 decimal places
Eric Callahan
2021-10-15
1
-1
/
+1
*
bme280: Add support for BMP280 and BME680 sensors (#4040)
Michael Kurz
2021-03-15
1
-66
/
+335
*
Revert "bme280: Rename sensor_type from BME280 to bme280"
Kevin O'Connor
2021-02-20
1
-1
/
+1
*
bme280: Rename sensor_type from BME280 to bme280
Kevin O'Connor
2021-02-20
1
-1
/
+1
*
bme280: Implement support for min_temp/max_temp checks
Kevin O'Connor
2021-02-01
1
-1
/
+7
*
bme280: Disable bme280 when using debug output
Kevin O'Connor
2021-01-24
1
-0
/
+2
*
bme280: Start temperature measurements from "klippy:connect" callback
Kevin O'Connor
2020-12-01
1
-2
/
+3
*
bme280: fix reported measured time
Arksine
2020-06-16
1
-1
/
+2
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-2
/
+1
*
klippy: Rename try_load_module() to load_object()
Kevin O'Connor
2020-05-08
1
-1
/
+1
*
heaters: Make heater.py an "extras" module
Kevin O'Connor
2020-04-25
1
-2
/
+2
*
bme280: handle read timeout exceptions
Arksine
2020-02-14
1
-5
/
+12
*
bme280: initial implementation of BME280 environmental sensor
Arksine
2020-01-13
1
-0
/
+195