diff --git a/Design/Quickstart.odt b/Design/Quickstart.odt deleted file mode 100644 index dce5435..0000000 Binary files a/Design/Quickstart.odt and /dev/null differ diff --git a/Documentation/Quickstart.odt b/Documentation/Quickstart.odt index 1a02b07..56ef3cc 100644 Binary files a/Documentation/Quickstart.odt and b/Documentation/Quickstart.odt differ diff --git a/Documentation/Quickstart.pdf b/Documentation/Quickstart.pdf index 387ac8d..b14fbd0 100644 Binary files a/Documentation/Quickstart.pdf and b/Documentation/Quickstart.pdf differ diff --git a/Modem/protocol/mp1.h b/Modem/protocol/mp1.h index 9b4dd17..69ecd56 100644 --- a/Modem/protocol/mp1.h +++ b/Modem/protocol/mp1.h @@ -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 diff --git a/buildrev.h b/buildrev.h index ad57203..ded2f6c 100644 --- a/buildrev.h +++ b/buildrev.h @@ -1,2 +1,2 @@ -#define VERS_BUILD 1754 +#define VERS_BUILD 1756 #define VERS_HOST "shard"