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
 # BigTree SKR Mini V1.1 / SKR mini E3 / SKR E3 DIP (STM32F103RCT6 ARM Cortex-M3)
290
 # BigTree SKR Mini V1.1 / SKR mini E3 / SKR E3 DIP (STM32F103RCT6 ARM Cortex-M3)
291
 #
291
 #
292
 #   STM32F103RC_bigtree ............. RCT6 with 256K
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
 #   STM32F103RC_bigtree_512K ........ RCT6 with 512K
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
 [env:STM32F103RC_bigtree]
298
 [env:STM32F103RC_bigtree]
371
 
371
 
372
 #
372
 #
373
 #   STM32F103RE_bigtree ............. RET6
373
 #   STM32F103RE_bigtree ............. RET6
374
-#   STM32F103RE_bigtree_USB ......... RET6 (USB)
374
+#   STM32F103RE_bigtree_USB ......... RET6 (USB mass storage)
375
 #
375
 #
376
 [env:STM32F103RE_bigtree]
376
 [env:STM32F103RE_bigtree]
377
 platform          = ststm32
377
 platform          = ststm32

Loading…
Cancel
Save