Skip to content

Commit

Permalink
update playback days to 15 days from 10
Browse files Browse the repository at this point in the history
  • Loading branch information
MedadRufus committed Jan 13, 2021
1 parent 0d506d3 commit f2712fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void Error_Handler(void);
#define DEFAULT_N_POSITIONS_TO_SEND 13U /* Number of past positions to send in each transmission */
#define MAX_N_POSITIONS_TO_SEND 25U
#define DEFAULT_N_POSITIONS_OFFSET 0U
#define PLAYBACK_DAYS 10U /* How many days ago to send playback positions(default) */
#define PLAYBACK_DAYS 15U /* How many days ago to send playback positions(default) */

/* WATCHDOG RELATED DEFINES */
/* ----------------------------------------------------------------------------------- */
Expand Down

0 comments on commit f2712fe

Please sign in to comment.