Sat, 25 Feb 2023 19:18:07 +0100
MicroPython
- added support for 'paste' mode to circumvent the reset of CircuitPython when executing some commands through the device interface
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 | """ |