Skip to content
Snippets Groups Projects
Commit 42802bb0 authored by Atis Elsts's avatar Atis Elsts
Browse files

TSCH_CONF_ASSOCIATION_POLL_FREQUENCY: revert the change in CC26xx/CC13xx nodes...

TSCH_CONF_ASSOCIATION_POLL_FREQUENCY: revert the change in CC26xx/CC13xx nodes in version 4.7, restore previous value
parent 021f07e0
No related branches found
No related tags found
No related merge requests found
...@@ -133,9 +133,9 @@ ...@@ -133,9 +133,9 @@
#define TSCH_CONF_CHANNEL_SCAN_DURATION (CLOCK_SECOND / 10) #define TSCH_CONF_CHANNEL_SCAN_DURATION (CLOCK_SECOND / 10)
#endif #endif
/* Tweak to improve TSCH association speed on this platform */ /* Increase this from the default 100 to improve TSCH association speed on this platform */
#ifndef TSCH_CONF_ASSOCIATION_POLL_FREQUENCY #ifndef TSCH_CONF_ASSOCIATION_POLL_FREQUENCY
#define TSCH_CONF_ASSOCIATION_POLL_FREQUENCY 10 #define TSCH_CONF_ASSOCIATION_POLL_FREQUENCY 1000
#endif #endif
/* Slightly reduce the TSCH guard time (from 2200 usec to 1800 usec) to make sure /* Slightly reduce the TSCH guard time (from 2200 usec to 1800 usec) to make sure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment