mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Bm3xx: Fix typo (#3559)
This commit is contained in:
parent
7fceb070e5
commit
b1d614e6c4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ OVERSAMPLING_OPTIONS = {
|
|||
"4X": Oversampling.OVERSAMPLING_X4,
|
||||
"8X": Oversampling.OVERSAMPLING_X8,
|
||||
"16X": Oversampling.OVERSAMPLING_X16,
|
||||
"32x": Oversampling.OVERSAMPLING_X32,
|
||||
"32X": Oversampling.OVERSAMPLING_X32,
|
||||
}
|
||||
|
||||
IIRFilter = bmp3xx_ns.enum("IIRFilter")
|
||||
|
|
Loading…
Reference in a new issue