switch Mightyhat/PiGateway serial to 19200baud

This commit is contained in:
LowPowerLab 2016-07-26 20:15:58 -04:00
parent 4a2bca1af0
commit fa41404963
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@
#define ENABLE_LCD //comment this out if you don't have or don't want to use the LCD #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 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 DEBUG_EN //comment out if you don't want any serial verbose output (keep out in real use)
#define BTN_LED_RED 9 #define BTN_LED_RED 9

View File

@ -25,7 +25,7 @@
#define IS_RFM69HW //uncomment only for RFM69HW! Leave out if you have RFM69W! #define IS_RFM69HW //uncomment only for RFM69HW! Leave out if you have RFM69W!
#define LED 9 #define LED 9
#define FLASH_CS 8 #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 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 ACK_TIME 30 // # of ms to wait for an ack
//***************************************************************************************************************************** //*****************************************************************************************************************************

View File

@ -27,7 +27,7 @@
#define IS_RFM69HW //uncomment only for RFM69HW! Leave out if you have RFM69W! #define IS_RFM69HW //uncomment only for RFM69HW! Leave out if you have RFM69W!
#define LED 9 #define LED 9
#define FLASH_CS 8 #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 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 ACK_TIME 30 // # of ms to wait for an ack
#define BACKLIGHTPIN 5 //3=R,5=G,6=B #define BACKLIGHTPIN 5 //3=R,5=G,6=B