Updated quickstart

This commit is contained in:
Mark Qvist 2014-05-20 10:06:04 +02:00
parent f0237a9c7d
commit c3eec6b78d
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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

View File

@ -1,2 +1,2 @@
#define VERS_BUILD 1754
#define VERS_BUILD 1756
#define VERS_HOST "shard"