Updated quickstart
This commit is contained in:
parent
f0237a9c7d
commit
c3eec6b78d
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -34,7 +34,7 @@
|
|||
|
||||
// These two parameters are used for
|
||||
// P-persistent CSMA
|
||||
#define MP1_SETTLE_TIME 100UL // The minimum wait time before considering sending
|
||||
#define MP1_SETTLE_TIME 100UL // The minimum wait time before even considering sending
|
||||
#define MP1_SLOT_TIME 100UL // The time to wait if deciding not to send
|
||||
#define MP1_P_PERSISTENCE 85UL // The probability (between 0 and 255) for sending
|
||||
#define MP1_TXDELAY 0UL // Delay between turning on the transmitter and sending
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#define VERS_BUILD 1754
|
||||
#define VERS_BUILD 1756
|
||||
#define VERS_HOST "shard"
|
||||
|
|
Loading…
Reference in New Issue