Skip to content

Commit 3ed145f

Browse files
author
Jarkko Paso
committed
FHSS API: Added new configurations
1 parent 0f9f0bb commit 3ed145f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nanostack/fhss_config.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ typedef struct fhss_synch_configuration
103103

104104
/** Number of superframes. */
105105
uint8_t fhss_number_of_superframes;
106+
107+
/** Broadcast interval. Interval between started broadcast channels. (milliseconds) */
108+
uint32_t fhss_broadcast_interval;
109+
110+
/** Broadcast dwell time. (milliseconds) */
111+
uint8_t fhss_bc_dwell_interval;
106112
} fhss_synch_configuration_t;
107113

108114

0 commit comments

Comments
 (0)