diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2021-11-27 17:00:16 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2021-11-27 17:00:16 -0500 |
commit | 63448e1028340de3efb7d805a3d2521859a3aad7 (patch) | |
tree | a4cb1d0ca590ab1c2b7ce63cc77ab8d17e2f84d8 /movement | |
parent | 3a7c73a34ecd4d194d7274ef1b030dbeb3c904d5 (diff) | |
download | Sensor-Watch-63448e1028340de3efb7d805a3d2521859a3aad7.tar.gz Sensor-Watch-63448e1028340de3efb7d805a3d2521859a3aad7.tar.bz2 Sensor-Watch-63448e1028340de3efb7d805a3d2521859a3aad7.zip |
background tasks have been implemented
Diffstat (limited to 'movement')
-rw-r--r-- | movement/movement.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/movement/movement.h b/movement/movement.h index 5c1f0dfa..e0b13e2a 100644 --- a/movement/movement.h +++ b/movement/movement.h @@ -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 |