Browse Source

Update BTT comments for USB/SD Composite (#16130)

Tanguy Pruvot 5 years ago
parent
commit
23d1801022
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      platformio.ini

+ 3
- 3
platformio.ini View File

@@ -290,9 +290,9 @@ monitor_speed     = 250000
290 290
 # BigTree SKR Mini V1.1 / SKR mini E3 / SKR E3 DIP (STM32F103RCT6 ARM Cortex-M3)
291 291
 #
292 292
 #   STM32F103RC_bigtree ............. RCT6 with 256K
293
-#   STM32F103RC_bigtree_USB ......... RCT6 with 256K (USB)
293
+#   STM32F103RC_bigtree_USB ......... RCT6 with 256K (USB mass storage)
294 294
 #   STM32F103RC_bigtree_512K ........ RCT6 with 512K
295
-#   STM32F103RC_bigtree_512K_USB .... RCT6 with 512K (USB)
295
+#   STM32F103RC_bigtree_512K_USB .... RCT6 with 512K (USB mass storage)
296 296
 #
297 297
 
298 298
 [env:STM32F103RC_bigtree]
@@ -371,7 +371,7 @@ monitor_speed     = 115200
371 371
 
372 372
 #
373 373
 #   STM32F103RE_bigtree ............. RET6
374
-#   STM32F103RE_bigtree_USB ......... RET6 (USB)
374
+#   STM32F103RE_bigtree_USB ......... RET6 (USB mass storage)
375 375
 #
376 376
 [env:STM32F103RE_bigtree]
377 377
 platform          = ststm32

Loading…
Cancel
Save