Skip to content

Commit 289cb41

Browse files
committed
Added missing "1" string value for Rate tuple
1 parent 2e20a70 commit 289cb41

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

adafruit_hts221.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,7 @@ class Rate(CV):
113113
Rate.add_values(
114114
(
115115
("ONE_SHOT", 0, 0),
116-
(
117-
"RATE_1_HZ",
118-
1,
119-
),
116+
("RATE_1_HZ", 1, 1),
120117
("RATE_7_HZ", 2, 7),
121118
("RATE_12_5_HZ", 3, 12.5),
122119
)

0 commit comments

Comments
 (0)