baud rate, all in one msg etc
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#define RH_OWN_ADDR 0xca // 202
|
||||
|
||||
// RadioHead bitrate in bit/s
|
||||
#define RH_SPEED 300
|
||||
#define RH_SPEED 2000
|
||||
|
||||
/*
|
||||
define when to wake up
|
||||
@@ -33,7 +33,7 @@
|
||||
#define WATCHDOG_WAKEUP 9
|
||||
|
||||
// Sleep this many again before waging up. Sleep time in s = WATCHDOG_WAKEUP s * WATCHDOG_SLEEP_FURTHER, e.g. 8*8s = 64s
|
||||
#define WATCHDOG_SLEEP_FURTHER 2
|
||||
#define WATCHDOG_SLEEP_FURTHER 8
|
||||
|
||||
// pins for the radio hardware
|
||||
#define RH_RX_PIN 6 // not used, set to a non-existent pin
|
||||
|
||||
Reference in New Issue
Block a user