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