Skip to content

Commit

Permalink
bme280: remove unused BMP180_CHIP_ADDR constant
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxxi committed Oct 24, 2023
1 parent 1a95d7b commit d75c2ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion klippy/extras/bme280.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

REPORT_TIME = .8
BME280_CHIP_ADDR = 0x76
BMP180_CHIP_ADDR = 0x77

BME280_REGS = {
'RESET': 0xE0, 'CTRL_HUM': 0xF2,
Expand Down

0 comments on commit d75c2ba

Please sign in to comment.