Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: update from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and coderbyheart committed Feb 19, 2024
1 parent 8659d5a commit f5a494b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/app_behavior.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The real-time configurations supported by the application are listed in the foll
+----------+-------------------------+--------------------------------------------------------------------------------------------------------------------------------------+----------------+
| Active | | Cloud updates occur at regular intervals. | |
| +-------------------------+--------------------------------------------------------------------------------------------------------------------------------------+----------------+
| | Active wait time | Number of seconds between each cloud update in active mode. | 120 seconds |
| | Active wait time | Number of seconds between each cloud update in active mode. | 300 seconds |
+----------+-------------------------+--------------------------------------------------------------------------------------------------------------------------------------+----------------+
| Passive | | Cloud updates occur upon movement. | |
| +-------------------------+--------------------------------------------------------------------------------------------------------------------------------------+----------------+
Expand Down
2 changes: 1 addition & 1 deletion src/modules/Kconfig.data_module
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ endchoice # DATA_DEVICE_MODE #

config DATA_ACTIVE_TIMEOUT_SECONDS
int "Default active wait timeout in seconds"
default 120
default 300
help
Number of seconds between sampling/publication in active mode.

Expand Down

0 comments on commit f5a494b

Please sign in to comment.