How to disable M5stack fire power saving
- 
					
					
					
					
 Hello guys, how can I disable the power saving on M5Stack Fire, so even if the battery is below 25% the M5Stack stills running? I tried this M5.Power.setPowerBoostKeepOn(true); 
 But didn't work, as expected.Any solutions? 
- 
					
					
					
					
 @gbastos 
 Fire does not have power saving function
- 
					
					
					
					
 To disable power saving on the M5Stack Fire, modify the AXP192 PMU settings using the M5Stack library in Arduino. UseM5.Power.setPowerBoostKeepOn(true); to keep power on and prevent sleep mode. Additionally, disable deep sleep with esp_sleep_disable_wakeup_source to ensure continuous operation without unexpected shutdowns. 
- 
					
					
					
					
 Hello @peolsolutions just an FYI: M5Stack Fire doesn't have an AXP192 PMU. I get the feeling some of your posts are AI generated, no? If I am correct I'd appreciate if you could first verify the technical facts before posting. Thank you very much for your understanding. Thanks 
 Felix

