I am trying to run a custom application on my SGWA2 that collects data such as HRM,PPG,Gyro,etc every N minutes. Since the sensors run frequently, the battery drain is quick but I would like to disable this pop up on the watch.
I could see this in the main() func
service_app_add_event_handler(&handlers[APP_EVENT_LOW_BATTERY], APP_EVENT_LOW_BATTERY, service_app_low_battery, &ad)
I commented it out but it didn’t work. Is there any way I can disable the battery draining prompt?