m5stack / M5Core2

M5Core2 Arduino Library
MIT License
267 stars 117 forks source link

bool AXP192::isCharging() checks wrong bit (0x02, but should be 0x04) #1

Closed mlukasek closed 4 years ago

mlukasek commented 4 years ago

in AXP192.cpp the function bool AXP192::isCharging() checks wrong bit (0x02, but should be 0x04)

Zontex commented 4 years ago

Currently testing with the engineers, @felmue sent pull request we will approve it.

Zontex commented 4 years ago

Merged into master.