From ee2d7edb4ad32fe4bd56dbb4ad5ba3a149387550 Mon Sep 17 00:00:00 2001 From: Fly3DTeam Date: Tue, 10 Jun 2025 17:51:26 +0800 Subject: [PATCH] Update platformio.ini Specify the default baud rate as 9600; otherwise, the device will not function properly. --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index 8560ed6..4f190e5 100644 --- a/platformio.ini +++ b/platformio.ini @@ -20,5 +20,6 @@ build_flags = -D USBD_USE_CDC -D HSE_VALUE=8000000L -D USE_HSE + -D TMC2208_BAUDRATE=9600 board_build.variants_dir = variants board_build.board_dir = boards