lewisxhe / AXP202X_Library

Arduino & ESP-IDF libraries written for AXP19x, 20x
MIT License
91 stars 40 forks source link

DCDC1 (AXP192) / EXTEN (AXP202) cannot be switched off #8

Closed cyberman54 closed 5 years ago

cyberman54 commented 5 years ago

FORCED_OPEN_DCDC3 always does force DCDC1 (on AXP192) or EXTEN (on AXP202), never DCDC3.

Solution see PR #6

cyberman54 commented 5 years ago

This bug was fixed with recent merge, so we can close this. In future version channel force on/off could be an option for API function setOutPutPower() to make this user configurable.