Wed, 29 Mar 2023 14:15:55 +0200
MicroPython
- Added the capability to select the device path manually in case it could not be detected (e.g. because the device does not have a volume name).
9740 | 1 | # -*- coding: utf-8 -*- |
2 | ||
3 | # Copyright (c) 2023 Detlev Offenbach <detlev@die-offenbachs.de> | |
4 | # | |
5 | ||
6 | """ | |
7 | Package implementing the updater and associated dialogs. | |
8 | """ |