Skip to content

Commit 9a60095

Browse files
committed
Update adafruit_lc709203f.py
Adding an PackSize for the 2200 mAh Cylindrical battery: https://www.adafruit.com/product/1781
1 parent 6c778f8 commit 9a60095

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_lc709203f.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ class PackSize(CV):
112112
("MAH500", 0x10, "500 mAh", 500),
113113
("MAH1000", 0x19, "1000 mAh", 1000),
114114
("MAH2000", 0x2D, "2000 mAh", 2000),
115+
("MAH2200", 0x2F, "2200 mAh", 2200),
115116
("MAH3000", 0x36, "3000 mAh", 3000),
116117
)
117118
)

0 commit comments

Comments
 (0)