This commit is contained in:
Stefan Ostermann 2021-04-05 01:43:06 +02:00
parent ede85c0d8e
commit 06221f9299
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#define SERVER_ADDRESS 0x01 #define SERVER_ADDRESS 0x01
#define RH_SPEED 2000 #define RH_SPEED 1200
#define RH_RX_PIN 11 #define RH_RX_PIN 11
#define RH_BUF_LEN 5 #define RH_BUF_LEN 5

View File

@ -24,7 +24,7 @@
#define RH_SERVER_ADDR 0x01 #define RH_SERVER_ADDR 0x01
// RadioHead bitrate in bit/s // RadioHead bitrate in bit/s
#define RH_SPEED 2000 #define RH_SPEED 1200
// pins for the radio hardware // pins for the radio hardware
#define RH_RX_PIN 5 // not used, set to a non-existent pin #define RH_RX_PIN 5 // not used, set to a non-existent pin