src/eric7/MicroPython/Devices/MCUScripts/__init__.py@7b8a21fd2d58
src/eric7/MicroPython/Devices/MCUScripts/__init__.py
Sun, 03 Nov 2024 17:50:34 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 03 Nov 2024 17:50:34 +0100
- branch
- eric7
- changeset 11034
- 7b8a21fd2d58
- parent 10439
-
21c28b0f9e41
- child 11090
-
f5f5f5803935
- permissions
- -rw-r--r--
Extended the EricMessageBox module to determine a parent widget if none was given and extended the EricApplication class to store a reference to the main widget.
# -*- coding: utf-8 -*-
# Copyright (c) 2023 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package containing scripts for copying to the micro controller board.
"""