|
@@ -124,7 +124,7 @@ RadioEvents_t revents = { |
|
|
static void |
|
|
static void |
|
|
radio_seed_rng(void) |
|
|
radio_seed_rng(void) |
|
|
{ |
|
|
{ |
|
|
#if 0 |
|
|
|
|
|
|
|
|
#if 1 |
|
|
uint32_t v; |
|
|
uint32_t v; |
|
|
int i; |
|
|
int i; |
|
|
|
|
|
|
|
@@ -358,7 +358,7 @@ main() |
|
|
const uint8_t bandwidth = 0 /* 128 kHz */; |
|
|
const uint8_t bandwidth = 0 /* 128 kHz */; |
|
|
const uint8_t datarate = 7 /* 128 chips */; |
|
|
const uint8_t datarate = 7 /* 128 chips */; |
|
|
const uint8_t coderate = 1 /* 4/5 */; |
|
|
const uint8_t coderate = 1 /* 4/5 */; |
|
|
const uint8_t preambleLen = 4 /* symbols */; |
|
|
|
|
|
|
|
|
const uint8_t preambleLen = 8 /* symbols */; |
|
|
const uint8_t fixLen = 0 /* variable */; |
|
|
const uint8_t fixLen = 0 /* variable */; |
|
|
const uint8_t crcOn = 1 /* on */; |
|
|
const uint8_t crcOn = 1 /* on */; |
|
|
const uint8_t freqHopOn = 0 /* off */; |
|
|
const uint8_t freqHopOn = 0 /* off */; |
|
|