switch Mightyhat/PiGateway serial to 19200baud
This commit is contained in:
parent
4a2bca1af0
commit
fa41404963
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
//*****************************************************************************************************************************
|
//*****************************************************************************************************************************
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue