Tue, 07 Feb 2023 18:07:12 +0100
MicroPython
- Added functionality to show the installed firmware version and the version
available on Github (for CPy and RP2040 boards).
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 | """ |