arduino-esp32/libraries/USB/examples/USBMSC
Happy Code Farm a04fceee2f
feat(usbmsc): Add is_writable function to the USBMSC class. (#9569)
* (feat)usbmsc: Add is_writable function

Add is_writable function to the USBMSC class.
Allows USBMSC to be mounted in read-only mode.

* Update USBMSC.ino

Changes to USB Mass Storage (MSC) example code in Arduino USB library

* Added MSC.isWritable(true) line to set the disk as writable

* ci(pre-commit): Apply automatic fixes

---------

Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2024-05-13 15:10:45 +02:00
..
.skip.esp32 Add initial support for USB MSC (#5466) 2021-08-02 15:35:13 +03:00
.skip.esp32c3 Add initial support for USB MSC (#5466) 2021-08-02 15:35:13 +03:00
.skip.esp32c6 ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
.skip.esp32h2 ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
USBMSC.ino feat(usbmsc): Add is_writable function to the USBMSC class. (#9569) 2024-05-13 15:10:45 +02:00