AttributeError: 'module' object has no attribute 'read_chargin_current'
After flashing the new 1.4 firmware, i tried the new power options:
>>> power.read_battery_voltage()
4.099462
>>> power.read_chargin_current()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'read_chargin_current'
>>> power.read_chargin_voltage()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'read_chargin_voltage'