Update platformio.ini

Specify the default baud rate as 9600; otherwise, the device will not function properly.
This commit is contained in:
Fly3DTeam
2025-06-10 17:51:26 +08:00
committed by GitHub
parent 8f4d580f4f
commit ee2d7edb4a

View File

@@ -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