summaryrefslogtreecommitdiff
path: root/shared-bindings/microcontroller
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2018-03-27 21:28:18 -0500
committerJeff Epler <jepler@gmail.com>2018-03-27 21:28:18 -0500
commitfe7f405fc7708cdbe426e2f255b01a1a77e574d9 (patch)
tree6cce12b5fba96950cff1a14ab6a687349d9bd153 /shared-bindings/microcontroller
parentc08f5a3a0071dd1940a09c6b5f0bdd8e4768c7f0 (diff)
Add VfsFat.label property
These allow accessing the filesystem label. For instance, in boot.py, you can set the label on the built-in storage with: storage.remount('/', False) storage.getmount('/').label = "NEWLABEL" storage.remount('/', True) Users with multiple CIRCUITPY boards may find it desirable to choose a different label for each board they own.
Diffstat (limited to 'shared-bindings/microcontroller')
0 files changed, 0 insertions, 0 deletions