From 984b8cd631fb3a70c7eb628549a3dc2d3b6e3a8e Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 1 Nov 2015 23:18:42 +0000 Subject: [PATCH] Configure ContikiMAC timings for CC13xx sub-ghz operation This is required so that ContikiMAC will keep working correctly after the recent change that also turns off the RF analog part during duty cycling. --- platform/srf06-cc26xx/contiki-conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/srf06-cc26xx/contiki-conf.h b/platform/srf06-cc26xx/contiki-conf.h index e9fc7458b..79c1d479a 100644 --- a/platform/srf06-cc26xx/contiki-conf.h +++ b/platform/srf06-cc26xx/contiki-conf.h @@ -98,7 +98,7 @@ #define CONTIKIMAC_CONF_LISTEN_TIME_AFTER_PACKET_DETECTED (RTIMER_ARCH_SECOND / 20) #define CONTIKIMAC_CONF_SEND_SW_ACK 1 #define CONTIKIMAC_CONF_AFTER_ACK_DETECTECT_WAIT_TIME (RTIMER_SECOND / 1000) -#define CONTIKIMAC_CONF_INTER_PACKET_INTERVAL (RTIMER_SECOND / 280) +#define CONTIKIMAC_CONF_INTER_PACKET_INTERVAL (RTIMER_SECOND / 250) #else #define NETSTACK_CONF_RADIO ieee_mode_driver