Skip to content

Commit

Permalink
iotlab: Reduce delayTx for better synchro.
Browse files Browse the repository at this point in the history
  • Loading branch information
malishav committed Jun 26, 2019
1 parent e414622 commit 265aba9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bsp/boards/iot-lab_A8-M3/board_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ to return the board's description.
#define PORT_maxTxAckPrepare 50 // 1525us (not measured)

// radio speed related
#define PORT_delayTx 18 // 549us (not measured)
#define PORT_delayTx 8 // 549us (not measured)
#define PORT_delayRx 0 // 0us (can not measure)
// radio watchdog

Expand All @@ -90,4 +90,4 @@ static const uint8_t infoRadioName[] = "AT86RF231";

//=========================== private =========================================

#endif
#endif
2 changes: 1 addition & 1 deletion bsp/boards/iot-lab_M3/board_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ to return the board's description.
#define PORT_maxTxAckPrepare 50 // 1525us (not measured)

// radio speed related
#define PORT_delayTx 18 // 549us (not measured)
#define PORT_delayTx 8 // 549us (not measured)
#define PORT_delayRx 0 // 0us (can not measure)
// radio watchdog

Expand Down

0 comments on commit 265aba9

Please sign in to comment.