Skip to content

Commit c3eec6b

Browse files
author
Mark Qvist
committed
Updated quickstart
1 parent f0237a9 commit c3eec6b

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

Design/Quickstart.odt

-147 KB
Binary file not shown.

Documentation/Quickstart.odt

819 Bytes
Binary file not shown.

Documentation/Quickstart.pdf

380 Bytes
Binary file not shown.

Modem/protocol/mp1.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
// These two parameters are used for
3636
// P-persistent CSMA
37-
#define MP1_SETTLE_TIME 100UL // The minimum wait time before considering sending
37+
#define MP1_SETTLE_TIME 100UL // The minimum wait time before even considering sending
3838
#define MP1_SLOT_TIME 100UL // The time to wait if deciding not to send
3939
#define MP1_P_PERSISTENCE 85UL // The probability (between 0 and 255) for sending
4040
#define MP1_TXDELAY 0UL // Delay between turning on the transmitter and sending

buildrev.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define VERS_BUILD 1754
1+
#define VERS_BUILD 1756
22
#define VERS_HOST "shard"

0 commit comments

Comments
 (0)