somehow completely lost all activity from orange charge status LED on particle boron 404x. 3.7v lipo connected to jst port. slide switch to ground on EN pin for turning device on and off. it charges fine when connected to usb through either computer or charging block, but the LED no longer activates. i definitely messed with pmic settings at one point, but i used this code to reset it:
// Reset power manager settings to default values
void setup() {
// To restore the default configuration
SystemPowerConfiguration conf;
System.setPowerConfiguration(conf);
}
tried restoring the whole board to factory settings, nothing has worked. maybe some pmic faults? is there a way to read those faults? any ideas to get the charge status led back?
thank you all!