mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-08 06:24:04 -06:00
🐛 Fix Biqu BX Serial Ports (#760)
Co-authored-by: Victor Oliveira <81722+rhapsodyv@users.noreply.github.com>
This commit is contained in:
parent
54984aa564
commit
3817114b54
1 changed files with 3 additions and 3 deletions
|
@ -109,7 +109,7 @@
|
|||
*
|
||||
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
|
||||
*/
|
||||
#define SERIAL_PORT 4
|
||||
#define SERIAL_PORT -1 // USB
|
||||
|
||||
/**
|
||||
* Serial Port Baud Rate
|
||||
|
@ -130,7 +130,7 @@
|
|||
* Currently Ethernet (-2) is only supported on Teensy 4.1 boards.
|
||||
* :[-2, -1, 0, 1, 2, 3, 4, 5, 6, 7]
|
||||
*/
|
||||
//#define SERIAL_PORT_2 -1
|
||||
#define SERIAL_PORT_2 1 // TFT
|
||||
//#define BAUDRATE_2 250000 // Enable to override BAUDRATE
|
||||
|
||||
/**
|
||||
|
@ -138,7 +138,7 @@
|
|||
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
|
||||
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
|
||||
*/
|
||||
//#define SERIAL_PORT_3 1
|
||||
#define SERIAL_PORT_3 4 // WiFi
|
||||
//#define BAUDRATE_3 250000 // Enable to override BAUDRATE
|
||||
|
||||
// Enable the Bluetooth serial interface on AT90USB devices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue