🐛 Patch config issues (#548)

This commit is contained in:
ellensp 2021-08-02 12:23:55 +12:00 committed by GitHub
parent 973a10d2e2
commit 95a63808a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8406 additions and 4 deletions

View file

@ -102,7 +102,7 @@
*
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
#define SERIAL_PORT -1
#define SERIAL_PORT 1
/**
* Serial Port Baud Rate
@ -130,7 +130,7 @@
// MKS SGEN AUX-1 Use UART0(P0.2-TXD0,P0.3-RXD0) #define SERIAL_PORT_2 0
// MKS SGEN_L AUX-1 Use UART0(P0.2-TXD0,P0.3-RXD0) #define SERIAL_PORT_2 0
// MKS Robin Nano USB Use UART3(PB10-TX,PB11-RX) #define SERIAL_PORT_2 3
#define SERIAL_PORT_2 1
//#define SERIAL_PORT_2 1
//#define BAUDRATE_2 250000 // Enable to override BAUDRATE
/**