From b4f32055bb2bf40c85cb228c3397d70cf94aef06 Mon Sep 17 00:00:00 2001 From: user2684 <you@example.com> Date: Tue, 4 Apr 2017 14:52:56 +0200 Subject: [PATCH] Default baud rate wrongly set to 9800 instead of 9600 #34 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index ae15857..9d0b65d 100644 --- a/config.h +++ b/config.h @@ -11,7 +11,7 @@ /********************************** * MySensors configuration */ -#define MY_BAUD_RATE 9800 +#define MY_BAUD_RATE 9600 //#define MY_DEBUG //#define MY_NODE_ID 100 -- GitLab