In helper.cpp function ---- bool checkPinCharging(int pin);
This function checks the analog value of charging pin . It determines if it is on the charging state
by the value of 2500 .
But in some cases , especially using wireless charging , analog value marks around 23xx - 25xx.
It depends on the distance between receiver and charger .
I recommend it would be safe to determine its state by the value of 2000.
In helper.cpp function ---- bool checkPinCharging(int pin);
This function checks the analog value of charging pin . It determines if it is on the charging state
by the value of 2500 .
But in some cases , especially using wireless charging , analog value marks around 23xx - 25xx.
It depends on the distance between receiver and charger .
I recommend it would be safe to determine its state by the value of 2000.