Skip to content

Commit e374614

Browse files
committed
create picoware/keyboard directory on SD card
for auto complete dictionary loading alter
1 parent 427ab1a commit e374614

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
0 Bytes
Binary file not shown.

src/MicroPython/picoware/system/view_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def __init__(self):
4747
self._storage.mkdir("picoware")
4848
self._storage.mkdir("picoware/settings")
4949
self._storage.write("picoware/version.txt", syst.version)
50+
self._storage.mkdir("picoware/keyboard")
5051

5152
# Set up colors
5253
self._background_color = TFT_BLACK

0 commit comments

Comments
 (0)