Mon, 04 Nov 2024 17:03:29 +0100
MicroPython
- Extended the list of known VID/PID of ESP32 devices.
- Added an entry to the ESP32 menu to show some device security information.
9915 | 1 | # -*- coding: utf-8 -*- |
2 | ||
10439
21c28b0f9e41
Updated copyright for 2024.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9915
diff
changeset
|
3 | # Copyright (c) 2023 - 2024 Detlev Offenbach <detlev@die-offenbachs.de> |
9915 | 4 | # |
5 | ||
6 | """ | |
7 | Package implementing some MicroPython related tools. | |
8 | ||
9 | Note: There might be tools taken from third party sources. | |
10 | """ |