-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Lupin3000 edited this page Jun 14, 2025
·
2 revisions
Inside directory "config" you will find few files for configuration:
The application_configuration.py file defines configuration parameters for the MicroPython Firmware Studio GUI. It includes constants that specify the look and feel, logging level and features.
The device_configuration.py file contains constants and settings related to supported MicroPython devices. It defines available devices, their board names, flashing sectors and download url. This information is essential for correctly identifying and interfacing with different MicroPython-compatible hardware during firmware operations.