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
*
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