From fa414049638a73a408c0ae840f8fe5da2c5faefa Mon Sep 17 00:00:00 2001 From: LowPowerLab Date: Tue, 26 Jul 2016 20:15:58 -0400 Subject: [PATCH] switch Mightyhat/PiGateway serial to 19200baud --- Examples/MightyHat/MightyHat.ino | 2 +- Examples/PiGateway/PiGateway.ino | 2 +- Examples/PiGateway/PiGateway_withLCD.ino | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/MightyHat/MightyHat.ino b/Examples/MightyHat/MightyHat.ino index aa790bd..b94c436 100644 --- a/Examples/MightyHat/MightyHat.ino +++ b/Examples/MightyHat/MightyHat.ino @@ -55,7 +55,7 @@ #define ENABLE_LCD //comment this out if you don't have or don't want to use the LCD //***************************************************************************************************************************** #define ACK_TIME 30 // # of ms to wait for an ack -#define SERIAL_BAUD 115200 +#define SERIAL_BAUD 19200 #define DEBUG_EN //comment out if you don't want any serial verbose output (keep out in real use) #define BTN_LED_RED 9 diff --git a/Examples/PiGateway/PiGateway.ino b/Examples/PiGateway/PiGateway.ino index b9d3dd2..e681d44 100644 --- a/Examples/PiGateway/PiGateway.ino +++ b/Examples/PiGateway/PiGateway.ino @@ -25,7 +25,7 @@ #define IS_RFM69HW //uncomment only for RFM69HW! Leave out if you have RFM69W! #define LED 9 #define FLASH_CS 8 -#define SERIAL_BAUD 115200 +#define SERIAL_BAUD 19200 #define SERIAL_EN //comment out if you don't want any serial verbose output #define ACK_TIME 30 // # of ms to wait for an ack //***************************************************************************************************************************** diff --git a/Examples/PiGateway/PiGateway_withLCD.ino b/Examples/PiGateway/PiGateway_withLCD.ino index 077ed68..4d3759e 100644 --- a/Examples/PiGateway/PiGateway_withLCD.ino +++ b/Examples/PiGateway/PiGateway_withLCD.ino @@ -27,7 +27,7 @@ #define IS_RFM69HW //uncomment only for RFM69HW! Leave out if you have RFM69W! #define LED 9 #define FLASH_CS 8 -#define SERIAL_BAUD 115200 +#define SERIAL_BAUD 19200 #define SERIAL_EN //comment out if you don't want any serial verbose output #define ACK_TIME 30 // # of ms to wait for an ack #define BACKLIGHTPIN 5 //3=R,5=G,6=B