This commit is contained in:
Priec
2025-11-13 22:25:40 +01:00
parent b3a228c3ac
commit 071e344597
597 changed files with 137283 additions and 2 deletions

View File

@@ -4,9 +4,9 @@
#define TARGET_TX_PIN USBTX
#define TARGET_RX_PIN USBRX
#define BAUD_RATE 1843200
// #define BAUD_RATE 460800
// #define BAUD_RATE 1843200
// #define BAUD_RATE 921600
#define BAUD_RATE 460800
static BufferedSerial serial_port(TARGET_TX_PIN, TARGET_RX_PIN, BAUD_RATE);