]> git.earman.xyz Git - sensor-watch.git/commitdiff
background tasks have been implemented
authorJoey Castillo <joeycastillo@utexas.edu>
Sat, 27 Nov 2021 22:00:16 +0000 (17:00 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Sat, 27 Nov 2021 22:00:16 +0000 (17:00 -0500)
movement/movement.h

index 5c1f0dfaef784ff7dffdb74ef8f3c836e8cc97d8..e0b13e2abe50ab19d9ca4bc28b0b091259b71f29 100644 (file)
@@ -171,7 +171,6 @@ typedef bool (*watch_face_loop)(movement_event_t event, movement_settings_t *set
 typedef void (*watch_face_resign)(movement_settings_t *settings, void *context);
 
 /** @brief OPTIONAL. Request an opportunity to run a background task.
-  * @warning NOT YET IMPLEMENTED.
   * @details Most apps will not need this function, but if you provide it, Movement will call it once per minute in
   *          both active and low power modes, regardless of whether your app is in the foreground. You can check the
   *          current time to determine whether you require a background task. If you return true here, Movement will