increase boudrate to 115200
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 9 Dec 2019 19:48:27 +0000 (20:48 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 9 Dec 2019 19:48:27 +0000 (20:48 +0100)
rpi_promini/rpi_promini.ino

index a2ee8d1..c89b2cf 100644 (file)
@@ -88,7 +88,7 @@ void help() {
 }
 
 void setup() {
-  Serial.begin(9600);
+  Serial.begin(115200);
   mySwitch.enableReceive(0);  // Receiver on inerrupt 0 => that is pin #2  
   mySwitch.enableTransmit(10); // with sender wired in receiving doesn't work, pin #10
   mySwitch.setRepeatTransmit(repeat); // or change to be different for 433 and 315 MHz