I am confused. I have my watch app, and it displays for 10 seconds then goes to sleep. The idea is to preserve battery. I had a mental lapse and added code in the main_app_loop() to buzz on the hour and half-hour.
Then I realized, wait a min. I will be asleep. I can't buzz on the hour and half-hour this way (unless I am displaying (unlikely).
The weird thing, is that it appears to work. Now I am confused. When you call:
pulse_update_power_down_timer(10000);
and go asleep, does it just turn off the display and main_app_loop() is always being called? I figured it wouldn't be. If so, I will restructure the code so short circuit when "asleep".
Any other pointers on preserving battery would be great.
<confused>
Matt